Explorer reports limited to 5 rows no matter how much data you have :(

yea this can be changed with a bit of css in a theme component:

.query-results .query-results-table-wrapper {
    max-height: fit-content;
}
4 Likes