mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +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"
|
||||
},
|
||||
colReorder: {
|
||||
realtime: false // Enable reordering
|
||||
realtime: false, // Enable reordering
|
||||
fixedColumnsLeft: 1
|
||||
},
|
||||
columnDefs: [{
|
||||
targets: 0,
|
||||
|
|
Loading…
Reference in a new issue