Eskie
Reorderable scroll issue
I have this issue when you move the record.. scrolling down is fine but when you move it on the top, scrolling up isn't working.. here is the video: https://www.loom.com/share/4099e334f1ca41be9ff61ec3344757ce
3 replies
Reorderable Table not working
I followed https://filamentphp.com/docs/3.x/tables/advanced#reordering-records but it seems adding
->reorderable('sort')
alone doesn't work.. you need to add ->authorizeReorder()
in order for the sort button to show which is not stated in the docs..11 replies
Filamentphp Export Data Integrity
I tried exporting my model with 37k~ records.. unfortunately their values are not the same compared to the database but if I will export them partially(export by type in the model) and try to combine the data the values are correct.. If you are going to ask me what is inside the exporter, well it is a basic exporter.. no fancy query.. so what is the reason for this?
28 replies
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..
7 replies