mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Enable label template datatable settings saving in localStorage [SCI-7818]
This commit is contained in:
parent
22523f1231
commit
1dc0c8dcdf
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@
|
||||||
var $table = $('#label-templates-table');
|
var $table = $('#label-templates-table');
|
||||||
LABEL_TEMPLATE_TABLE = $table.DataTable({
|
LABEL_TEMPLATE_TABLE = $table.DataTable({
|
||||||
dom: "R<'label-toolbar'<'label-buttons-container'><'label-search-container'f>>t<'pagination-row hidden'<'pagination-info'li><'pagination-actions'p>>",
|
dom: "R<'label-toolbar'<'label-buttons-container'><'label-search-container'f>>t<'pagination-row hidden'<'pagination-info'li><'pagination-actions'p>>",
|
||||||
order: [[1, 'desc']],
|
order: [[2, 'desc']],
|
||||||
|
stateSave: true,
|
||||||
sScrollX: '100%',
|
sScrollX: '100%',
|
||||||
sScrollXInner: '100%',
|
sScrollXInner: '100%',
|
||||||
processing: true,
|
processing: true,
|
||||||
|
|
Loading…
Reference in a new issue