Eskie
Eskie
FFilament
Created by Eskie on 12/15/2024 in #❓┊help
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
FFilament
Created by Eskie on 12/14/2024 in #❓┊help
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
FFilament
Created by Eskie on 12/12/2024 in #❓┊help
Asserting callMountedTableAction with form
How to assert this callMountedTableAction with form?
Livewire::test(ListWalletTransactions::class)
->callMountedTableAction('send_money'); // how to add form
Livewire::test(ListWalletTransactions::class)
->callMountedTableAction('send_money'); // how to add form
7 replies
FFilament
Created by Eskie on 12/10/2024 in #❓┊help
replaceMountedAction
How to use replaceMountedAction on resource?
14 replies
FFilament
Created by Eskie on 11/21/2024 in #❓┊help
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
FFilament
Created by Eskie on 11/6/2024 in #❓┊help
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