We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae65848 commit ba4febaCopy full SHA for ba4feba
1 file changed
assets/src/js/functions/datatables.js
@@ -83,7 +83,7 @@ function start_datatables( $elements ) {
83
scrollY: "60vh",
84
scrollX: '100%',
85
retrieve: true,
86
- stateSave: true,
+ stateSave: false,
87
rowId: 'id',
88
stateSaveCallback: function (settings, data) {
89
sessionStorage.setItem('DataTables_' + id_module + '-' + id_plugin + '-' + id_parent, JSON.stringify(data));
0 commit comments