Best way to sort / change order data in a table?
I have a Livewire Filament Table with data and I would like to allow the user to change the order of the data (and update the
display_order
field in the database). Is there somethinb built-in with Filament that will help me with this? I would like the user to drag-and-drop the row to where they want it. Thanks in advance!2 Replies
Solution
Thank you!