nova-sortable icon indicating copy to clipboard operation
nova-sortable copied to clipboard

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.

Results 25 nova-sortable issues
Sort by recently updated
recently updated
newest added

It would be great to have the ability to call a custom callback method after sorting. Right now, I have to dig inside the source =(

feature

Is there a way to move an item to the next/previous page? As I see it, currently no. Of cause Drag'n'drop is hard to manage across pages. But maybe add...

In my Project I have a unique index on the order column. When reordering the entries I receive a 'duplicate key entry' error for the order column. While investigating the...

Hi, I'm trying to use sortable for a `BelongsToMany` relation only. It's working fine for the model but it's not the case I'm looking for. Following documentation [here](https://github.com/outl1ne/nova-sortable/blob/main/docs/sorting/many-to-many.md), it asks...

Hello, before installing nova-sortable: after installing nova-sortable: Icons looks like they are disabled, but are not. Probably styles need to be rebuild with newest version of Nova.