Fix #602 domain table with long records

This commit is contained in:
Khanh Ngo
2019-12-13 21:22:58 +07:00
parent 65d4acc6c5
commit d90a20f8da
3 changed files with 7 additions and 6 deletions

View File

@ -138,7 +138,7 @@
"columnDefs": [
{
type: 'natural',
targets: [0, 5]
targets: [0, 4]
},
{
// hidden column so that we can add new records on top
@ -148,7 +148,7 @@
},
{
className: "length-break",
targets: [ 5 ]
targets: [ 4, 5 ]
}
],
"orderFixed": [[8, 'asc']]