Hi ,
How can make filter with save search parameters in section like this
https://ibb.co/51CYsgg
https://ibb.co/SxMKg93
Can please help me show me how can using it in Metronic Theme in Laravel
Warm regards,
Hi,
For your Laravel datatable, are you using yajra/laravel-datatables plugin or using the core datatable plugin from datatable.net?
If you are using yajra/laravel-datatables plugin like in our example, this option can keep the state of the search parameters.
Example file; app/DataTables/Logs/AuditLogsDataTable.php
->stateSave(true)