Skip to content

Commit ba4feba

Browse files
committed
fix: filtri fantasma
1 parent ae65848 commit ba4feba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/src/js/functions/datatables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function start_datatables( $elements ) {
8383
scrollY: "60vh",
8484
scrollX: '100%',
8585
retrieve: true,
86-
stateSave: true,
86+
stateSave: false,
8787
rowId: 'id',
8888
stateSaveCallback: function (settings, data) {
8989
sessionStorage.setItem('DataTables_' + id_module + '-' + id_plugin + '-' + id_parent, JSON.stringify(data));

0 commit comments

Comments
 (0)