Simplify all teams dt definition [SCI-936]

This commit is contained in:
Oleksii Kriuchykhin 2017-02-06 17:17:48 +01:00
parent 449f4479e9
commit 80dbc669d0

View file

@ -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,