Merge branch 'datatablessavestate' into 'master'

Add DataTables stateSave feature

See merge request allianceauth/allianceauth!1374
This commit is contained in:
Ariel Rin
2022-01-27 05:05:37 +00:00
7 changed files with 23 additions and 4 deletions

View File

@@ -127,6 +127,8 @@
],
bootstrap: true
},
"stateSave": true,
"stateDuration": 0
});
});
{% endblock %}

View File

@@ -104,7 +104,9 @@
"sortable": false,
"targets": [2]
},
]
],
"stateSave": true,
"stateDuration": 0
});
});
{% endblock %}