Merge pull request #2799 from urbanrotnik/ur-sci-4945-user-state-fix

Set stateDuration to 0 [SCI-4945]
This commit is contained in:
Urban Rotnik 2020-08-25 05:48:18 +02:00 committed by GitHub
commit 86bcd9b13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -154,6 +154,7 @@ var MyModuleRepositories = (function() {
pageLength: 25,
sScrollX: '100%',
sScrollXInner: '100%',
stateDuration: 0,
destroy: true,
ajax: {
url: $(tableContainer).data('source'),

View file

@ -398,6 +398,7 @@ var RepositoryDatatable = (function(global) {
sScrollX: '100%',
sScrollXInner: '100%',
order: $(TABLE_ID).data('default-order'),
stateDuration: 0,
colReorder: {
fixedColumnsLeft: 2,
realtime: false