mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
make first column fixed
This commit is contained in:
parent
195055f9cf
commit
5b5342de6f
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ table = $("#samples").DataTable({
|
||||||
type: "POST"
|
type: "POST"
|
||||||
},
|
},
|
||||||
colReorder: {
|
colReorder: {
|
||||||
realtime: false // Enable reordering
|
realtime: false, // Enable reordering
|
||||||
|
fixedColumnsLeft: 1
|
||||||
},
|
},
|
||||||
columnDefs: [{
|
columnDefs: [{
|
||||||
targets: 0,
|
targets: 0,
|
||||||
|
|
Loading…
Reference in a new issue