Query returning results, but not plotting to the table

Hey!

After adding pagination to my app, I changed how the search bar works to manipulate the query. I added a few columns the user will be able to search for, and it seems it works fine for numbers as the screenshot shows.

When I try to use the same concept for a string, it seems like the query works, but i cannot see the results at the table. You can even see the outline of the number of results (3 in the screenshot case) and the summary number of results at the bottom of the table, but no results. I'm not getting any error message, so not sure what should I do now.

Thanks!

Hey, I actually found the error. It was related to the query of the total row count. It was not running, while the main query was running. I ran and the results are now plotting.

2 Likes