F
Filament4mo ago
Eskie

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
toeknee
toeknee4mo ago
Check the queries... Filament wouldn't excldue any by default, it just renders data very simply. I suspect you have a filter of sorts.
Eskie
EskieOP4mo ago
i dont have any filters except for searchable and by default it sorted by latest..
toeknee
toeknee4mo ago
Soooo check the queries use either debugbar, telescope etc
Eskie
EskieOP4mo ago
okay.. ill check it later

Did you find this page helpful?