Filasortable package for reorderable drag-and-drop table for modern browsers and touch devices, just register the plugin
after that you will see new button appear at the header of table where you can enable and disable the sort option for the current table.
You can install the package via composer:
composer require ibrahimbougaoua/filasortable
Optionally, you can publish the views using
php artisan vendor:publish --tag="filasortable-views"
Register the plugin after that you will see new button appear at the header of table where you can enable and disable the sort option for the current table.
use IbrahimBougaoua\FilaSortable\FilaSortablePlugin; ->plugins([ FilaSortablePlugin::make()]);
composer test
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.