You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem related to using Spatie's SortableTrait in the project
When we set the reorderable() parameter for the table and when we need the records on the page to appear in descending order, we cannot correctly set the order for the items in the reorder view.
I hope it sounds somewhat understandable ;)
Unfortunately, I did not find a solution to this problem in the table configuration options in the resource class.
I have a certain solution to this problem, here is a link to the repository:
Package
filament/filament
Package Version
v3.2.117
Laravel Version
v11.29.0
Livewire Version
v3.5.12
PHP Version
PHP 8.2.22
Problem description
Problem related to using Spatie's SortableTrait in the project
When we set the reorderable() parameter for the table and when we need the records on the page to appear in descending order, we cannot correctly set the order for the items in the reorder view.
I hope it sounds somewhat understandable ;)
Unfortunately, I did not find a solution to this problem in the table configuration options in the resource class.
I have a certain solution to this problem, here is a link to the repository:
https://github.com/naturalGroove/filament/tree/add-more-reorderable-configuration
Expected behavior
Ability to display records in descending order in the reorder view and correctly save the order in the database.
Steps to reproduce
Install the repository below and try to reorder Posts.
Make sure to:
migrate + seed database
login using email - pw:
[email protected] - test
Reproduction repository (issue will be closed if this is not valid)
https://github.com/naturalGroove/filament-reorderable-when-order-is-desc
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: