In an options list when scrollX = FALSE, the scrollbar still appears.
In an options list when scrollX = FALSE, the scrollbar still appears.
AlanR
Posts: 3Questions: 1Answers: 0
The option has to be completely removed from the list before the bar is removed. Is this correct behavior since other options seem to be turned off when set to FALSE. Thanks!
This discussion has been closed.
Answers
A similar question was just asked. Is you issue the same as this:
https://datatables.net/forums/discussion/42773/unwanted-horizontal-scrollbar#latest
If not maybe post your config or better a link showing the issue.
Kevin
Yes, that issue seems to be the same as mine.
Maybe it will help to show this:
The output of the above code keeps the horizontal scroll turned on; when the options line above is changed to options = list(scrollY = TRUE), the horizontal scroll is turned off.