ScrollX also enables scroll on Y axis
ScrollX also enables scroll on Y axis
yusufozturk
Posts: 9Questions: 3Answers: 0
in Bug reports
Hi,
I see that enabling ScrollX also "sometimes" enables scroll on Y axis automatically. I believe this is a bug.
When I enable ScrollX:
var dataTableOptions = {
responsive: true,
stateSave: false,
scrollX: true,
processing: true,
serverSide: true,
ajax: dataUrl
}
Sometimes I see scroll on Y axis:
And if turn scrollX off:
var dataTableOptions = {
responsive: true,
stateSave: false,
scrollX: false,
processing: true,
serverSide: true,
ajax: dataUrl
}
Is this normal?
Thanks,
Yusuf
This discussion has been closed.
Answers
No. Here is how it should look with Responsive:
http://live.datatables.net/nohusaku/1/edit
Seems like it is something specific to your environment. In order to help we would need to see the problem. Please 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
Hi,
I wasn't able to repro this. I also updated to latest version of responsive and I don't see this issue anymore.
Thanks,
Yusuf