Has anyone seen this bug before? When I enable server-side pagination, my table automatically creates a blank sort query that prevents my default query from performing its function. Even when I remove my default, the blank one still remains. No idea how to fix this; I've tried rewriting my query multiple times to see if it was human error. I have several tables built just like it that don't have this blank sort-by. Any help would be amazing.
1 Like
Hello @abbieolson!
Very odd bug, I don't think I have seen it before.
I just tried to re-create it and it didn't seem to happen. Is the order of events as follows?
- Create table
- Add filter
- Add server side pagination
- See bug ghost filter?
I just tried with steps 3 and 2 and 2 then 3 and couldn't get the other sort to appear. Let me know if I am missing any steps to reproduce this.
You may have the table in a corrupted state, if you delete the table and re-create everything does this bug appear again?
Hey, @Jack_T . Thanks for your help. I created a new table and it seemed to work.
1 Like
Great to hear!
Sorry about that weird bug. Let me know if this pops up again with reproducible steps