rappasoft/laravel-livewire-tables
Laravel Livewire Tables provides dynamic, feature-rich data tables for Laravel Livewire with sorting, searching, filtering, pagination, bulk actions, and Bootstrap/Tailwind support. Build reusable table components backed by Eloquent queries.
There may be occasions that you'd like to save the table state, for example if you have a complex set of filters, search parameters, or simply to remember which page you were on!
You may call the following method to retrieve the state of the table:
$this->getTableStateToArray();
And to restore it, you should call the following method, passing the stored array.
$this->restoreStateFromArray(array $storedArray)
How can I help you explore Laravel packages today?