Confused on how to handle sorting in Filament and Laravel
I am rewriting, a old application that reuire the sorting of record both for full table or in groups like categories and subcategories
so far i looked at this package : https://github.com/ninoman/laravel-sortable/tree/master
and this package from Filament: https://filamentphp.com/plugins/ibrahim-bougaoua-sort-order
so far i looked at this package : https://github.com/ninoman/laravel-sortable/tree/master
and this package from Filament: https://filamentphp.com/plugins/ibrahim-bougaoua-sort-order
GitHub
Simple trait to add sorting to your Laravel models. - ninoman/laravel-sortable
Filament
Transform the sorting order of any table effortlessly.

