FixedColumns with scroller
FixedColumns with scroller
78fede78
Posts: 2Questions: 1Answers: 0
It does not work, only the fixed header.
you can set a column of a datable with the active scroller?
This discussion has been closed.
Answers
I am using these settings to get the 1st two columns fixed and the rest scrolling ok
It does not work, the problem is on the https://cdn.datatables.net/scroller/1.4.2/css/scroller.dataTables.min.css style sheet that makes the conflict and does not fix the column correctly.
Why these bugs are not tested properly?
Here is my example:
https://jsfiddle.net/65jLxjm2/5/
Are there any known plans on fixing that compatibility problem?
Long term yes, it is something I plan to address. However it isn't something I have the bandwidth to fix in the short term I'm afraid.
Allan
I was facing this same problem. I have work around it just by adding the CSS class:
It's also important to set a 'background-color' in the header, so the original table header will not overlay the cloned table header created by fixedheader plugin.
Samuel.