mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-29 23:46:32 +08:00
Merge pull request #2799 from urbanrotnik/ur-sci-4945-user-state-fix
Set stateDuration to 0 [SCI-4945]
This commit is contained in:
commit
86bcd9b13b
2 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ var MyModuleRepositories = (function() {
|
||||||
pageLength: 25,
|
pageLength: 25,
|
||||||
sScrollX: '100%',
|
sScrollX: '100%',
|
||||||
sScrollXInner: '100%',
|
sScrollXInner: '100%',
|
||||||
|
stateDuration: 0,
|
||||||
destroy: true,
|
destroy: true,
|
||||||
ajax: {
|
ajax: {
|
||||||
url: $(tableContainer).data('source'),
|
url: $(tableContainer).data('source'),
|
||||||
|
|
|
||||||
|
|
@ -398,6 +398,7 @@ var RepositoryDatatable = (function(global) {
|
||||||
sScrollX: '100%',
|
sScrollX: '100%',
|
||||||
sScrollXInner: '100%',
|
sScrollXInner: '100%',
|
||||||
order: $(TABLE_ID).data('default-order'),
|
order: $(TABLE_ID).data('default-order'),
|
||||||
|
stateDuration: 0,
|
||||||
colReorder: {
|
colReorder: {
|
||||||
fixedColumnsLeft: 2,
|
fixedColumnsLeft: 2,
|
||||||
realtime: false
|
realtime: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue