I have Metronic Laravel Starter Kit. It has User management module setup. In user list there is no filter option. Any one know how to add filter option in that (Like in html https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side).
Hi,
The HTML version of the Metronic demo uses DataTables.net, while in Laravel, we use an extension like Yajra Laravel DataTables for server-side data processing and filtering.
You can check this docs for more information.
https://yajrabox.com/docs/laravel-datatables/10.0/manual-search
Thanks