mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Disable column reordering in repositories list
This commit is contained in:
parent
efbc05e00e
commit
9340148b41
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
dom: "R<'main-actions hidden'<'toolbar'><'filter-container'f>>t<'pagination-row hidden'<'pagination-info'li><'pagination-actions'p>>",
|
||||
processing: true,
|
||||
pageLength: 25,
|
||||
colReorder: {
|
||||
enable: false
|
||||
},
|
||||
sScrollX: '100%',
|
||||
sScrollXInner: '100%',
|
||||
order: [[1, 'asc']],
|
||||
|
|
Loading…
Reference in a new issue