mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removing unwanted url params from datatable serverside search
This commit is contained in:
parent
b4e4b114a5
commit
3d5b6cd89f
@ -65,6 +65,9 @@ $.fn.datatables_extended_serverside_paging = function (settings , url, dataFilte
|
||||
// params.filter = params.search.value;
|
||||
// }
|
||||
params.url = url;
|
||||
|
||||
//Remove this line to add url parameters which is included by data tables it self
|
||||
delete params.columns;
|
||||
},
|
||||
dataFilter: dataFilter
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user