From e1949cd3eb7f44e0ec0158eeaebec5f8a01b424c Mon Sep 17 00:00:00 2001 From: acognet Date: Tue, 21 Apr 2020 12:45:59 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02509=20-=20Change=20Columns=20via=20"Con?= =?UTF-8?q?figure=20this=20list"=20show=20obsolete=20data=20though=20user?= =?UTF-8?q?=20preferences=20is=20"not=20shown=20obsolete=20data"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/datatable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/datatable.js b/js/datatable.js index 27fcf9dd6..37c0efd27 100644 --- a/js/datatable.js +++ b/js/datatable.js @@ -53,7 +53,7 @@ $(function() oParams.operation = 'datatable'; oParams.filter = this.options.sFilter; - oParams.extra_param = this.options.oExtraParams; + oParams.extra_param = JSON.stringify(this.options.oExtraParams); oParams.start = 0; oParams.end = this.options.iPageSize; oParams.select_mode = this.options.sSelectMode;