Horizontal Scroll Bar Hidden Behind Fixed Column
Horizontal Scroll Bar Hidden Behind Fixed Column
I have a table which I am using the fixedColumn plugin to fix the first column on the left.
However, the horizontal scrollbar is not visible so you can scroll the table to the right (it has about 40 columns).
I can scroll by highlighting the values and the bar becomes visible once I've scrolled so far along - basically, I've realised the scroll bar is hidden 'behind' the fixed column - is this a common issue? I can't find anything on it - I've copied the example provided.
Any help appreciated.
Answers
The example seems to work:
https://datatables.net/extensions/fixedcolumns/examples/initialisation/simple.html
Does it work for you?
Sounds like there may be a CSS issue or something else in your environment. Can you post a link to your page or a test case replicating the issue?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin