Missing Data on the Table
In my current system, I have a list of users(2k+ users) on my simple user resource.. why is that there are records that you can't see when you browse the table page by page but when you try searching, sorting the columns or increase the limit per page, those records will display..
4 Replies
Check the queries...
Filament wouldn't excldue any by default, it just renders data very simply.
I suspect you have a filter of sorts.
i dont have any filters except for searchable and by default it sorted by latest..
Soooo check the queries
use either debugbar, telescope etc
okay.. ill check it later