nova-field-sortable
nova-field-sortable copied to clipboard
Adds sorting functionality to the Laravel Nova's index resource
An instruction since the package is abandoned. (sorry for the clickbait) At the time of writing - works with the latest version of Laravel and Nova. 1. `composer require spatie/eloquent-sortable:3.11`...
Hi, you have a cool packages. But i missed the function `drag and drop` for sorting. It would be cool, if you add this 👍
I was writing something to extend the default sort when I came across someone linking to your package. I noticed that you are only attaching the sort on the index...
When I change the order of display of a resource using the [code suggested here](https://laracasts.com/discuss/channels/nova/how-to-apply-default-nova-order-by-field-when-open-a-nova-resource) from the default `asc` to `desc`, the order changes properly. When I however press one...