N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal - fix change in "configure this list"

This commit is contained in:
acognet
2021-01-06 11:30:08 +01:00
parent 05cf1bc83a
commit f10d3893f4
3 changed files with 11 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ $(function()
iPageSize: -1,
oClassAliases: {},
sTableId : null,
oExtraParams: {},
oData: {},
sRenderUrl: 'index.php',
oRenderParameters: {},
oDefaultSettings: {},
@@ -71,7 +71,6 @@ $(function()
var me = this;
this.element.block();
$('#'+me.options.sListId).DataTable().ajax.reload();
$.post(this.options.sRenderUrl, oParams, function(data) {
// Nasty workaround to clear the pager's state for paginated lists !!!
// See jquery.tablesorter.pager.js / saveParams / restoreParams