Fixed col not fit
Fixed col not fit
lunguc@hotmail.com
Posts: 20Questions: 6Answers: 0
Hi,
I.m using Datatables 1.10.16 and FixedColumns 3.2.4.
The frozen column has a vertical scroll equal with height of horizontal scroll bar. I mean the last cell of the frozen col steps on the horizontal scroll bar when I scroll the rest of the cols.
With FixedColumns 3.0.3 the datatable looks good but the frozen col scrolls with the rest of the columns. Only has the background color (blue).
Catalin
This discussion has been closed.
Answers
A picture with fixedcolumns 3.0.3
Thanks for your question. As noted in the forum rules, please post a link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Allan
Hi Allan,
I made a test case: http://jsbin.com/nosurafiqu/edit?html,output
Thanks.
You need to use "fixedColumns.bootstrap.min.css" for the CSS, instead of "fixedColumns.dataTables.min.css". Here is the updated example:
http://jsbin.com/duqujejodi/1/edit?html,output
Kevin
Thank you very much, Kevin. It's working fine.