[DataTables live] FixedColumns, first fixed column takes up width of table
[DataTables live] FixedColumns, first fixed column takes up width of table
alisakychen
Posts: 0Questions: 0Answers: 0
Hello, I'm trying out FixedColumns 2.5.0 dev (nightly), and the width of the first fixed column almost takes up the table. I'm planning to have three fixed columns. Setting var g_numFixedCol = 3 (in the DataTables live editor) pushes the other two fixed columns outside the dataTables_wrapper. When I give the cells a background color, they're all obscured by the first fixed column.
DataTables live: http://live.datatables.net/ovuyus/3/edit#javascript,html,live
DataTables debugger: http://debug.datatables.net/eqehuq (ran on my local html file)
Using: jQuery 1.8.2, DataTables 1.9.4, FixedColumns 2.5.0 dev, AngularJS 1.0.7 (thanks to directives by zdam http://jsfiddle.net/zdam/7kLFU/)
I'm not sure if something's interfering with the calculation for the fixed column's width or if I'm missing some styling. Any help would be appreciated. Thanks!
DataTables live: http://live.datatables.net/ovuyus/3/edit#javascript,html,live
DataTables debugger: http://debug.datatables.net/eqehuq (ran on my local html file)
Using: jQuery 1.8.2, DataTables 1.9.4, FixedColumns 2.5.0 dev, AngularJS 1.0.7 (thanks to directives by zdam http://jsfiddle.net/zdam/7kLFU/)
I'm not sure if something's interfering with the calculation for the fixed column's width or if I'm missing some styling. Any help would be appreciated. Thanks!
This discussion has been closed.