-
-
Notifications
You must be signed in to change notification settings - Fork 854
Closed
Labels
Description
ColumnControl v1.1 has been released, and now the filters are being passed to the AJAX calls. To ensure compatibility, yajra/laravel-datatables needs to handle these additional parameters correctly in server-side processing.
Reference:
ColumnControl v1.1 details: https://datatables.net/extensions/columncontrol/server-side
yajra/laravel-datatables repo: https://github.com/yajra/laravel-datatables
Would be great if support could be added for the new server-side filter parameters introduced in ColumnControl v1.1.
yajra