outl1ne / nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
MIT License
284 stars 120 forks source link

Sortable lenses #198

Open bradley-varol opened 9 months ago

bradley-varol commented 9 months ago

We have filtered resource that we want to order (featured posts). Our idea was to create a lens for the featured posts ($query->where('featured', true)), and enable sorting on the lens only. We don't wish to sort the other posts.

Is this possible? Can we get a configurable option for allowing lenses?

fruitl00p commented 2 months ago

We're also looking into allowing sortable in Lenses as this would simplify the usage for our client tremendously. We filtering 150K records and only want to sort the selection.