I had a table with search set-up and after I while, I added server-side pagination to it. Then I noticed that the search feature disappeared from the Table inspector. After reading the Table docs for the 42nd time, I didn't saw any explicit mentions for this absence
After tweaking around I saw that the feature would reappear if I disabled server-side pagination...
Then I read this post Search Term Is Disabled for The New Table.
I'm not sure why the search feature would be completely disabled, but:
when adding logic to disable a feature, it would be awesome to display it in the inspector and also explicitly mention it in the docs please . This would save a lot of time and energy
I have server-side pagination, but I still want client-side search and filtering option. At least for a while, and in order to maximise Retool usefulness. I think a warning would be better than completely disabling the feature
I then saw that filtering options were completely disabled Filter table with Server-side pagination enabled. Again, it's not very clear, as my table still has the option activated, but the feature doesn't do anything
Hey @seb, thank you for sharing that feedback! I went ahead and shared that with the team and filed a request to keep track. If we have any updates we will share them here.
helpful but only really works when you have a relatively small number of columns. I have this issue on a table with 20+ columns and i cant slap a wildcard search on every single possibility without destroying the time it takes the query to pull, Which is the whole reason I need to use serverside pagination in the first place.