mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 15:33:50 +08:00
remove fixed columns
This commit is contained in:
parent
7d88e247fc
commit
1b2a438ed4
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ table = $("#samples").DataTable({
|
||||||
},
|
},
|
||||||
colReorder: {
|
colReorder: {
|
||||||
realtime: false, // Enable reordering
|
realtime: false, // Enable reordering
|
||||||
fixedColumnsLeft: 1
|
|
||||||
},
|
},
|
||||||
columnDefs: [{
|
columnDefs: [{
|
||||||
targets: 0,
|
targets: 0,
|
||||||
|
|
Loading…
Reference in a new issue