mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Simplify all teams dt definition [SCI-936]
This commit is contained in:
parent
449f4479e9
commit
80dbc669d0
1 changed files with 1 additions and 5 deletions
|
@ -15,13 +15,9 @@ function initTeamsTable() {
|
|||
fixedColumnsLeft: 1000000 // Disable reordering
|
||||
},
|
||||
columnDefs: [{
|
||||
targets: [0, 1],
|
||||
targets: [0, 1, 2],
|
||||
orderable: true,
|
||||
searchable: false
|
||||
}, {
|
||||
targets: 2,
|
||||
searchable: false,
|
||||
orderable: true
|
||||
}, {
|
||||
targets: 3,
|
||||
searchable: false,
|
||||
|
|
Loading…
Reference in a new issue