dataTables_scrollHeadInner and table within not displaying properly

dataTables_scrollHeadInner and table within not displaying properly

dzoxendzoxen Posts: 1Questions: 1Answers: 0

Hi, I have an issue with header part of datatable, when Initialization is complete. Div with class "dataTables_scrollHeadInner" and table within it have assigned width value of 100px and they're not shrinked.
But when I click on it, it gets its calculated width of 1625px, and it looks fine. I also tried to trigger a click to header to see if it would work like that, but no luck there, and it's not ethical to coding :)
This is all happening because I added scrolling property for my datatable with this:
"sScrollX": "100%",
"sScrollXInner": "100%"
Please help :)

This discussion has been closed.