scrollX and scrollY bug
scrollX and scrollY bug
jrp578
Posts: 4Questions: 3Answers: 0
I think there may be a bug with the scrollX and scrollY features. I am using the patternfly framework (which uses dataTables.net), and when I use the online example with the scrollX and scrollY features, a second header with no contents gets created below the true header. This bug only happens when one of the scroll features is implemented. Has anyone else seen this issue?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @jrp578 ,
This example here has both
scrollX
andscrollY
working together, so it may be an issue with the patternfly framework.We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Colin,
I was able to figure out the problem. One of the CSS style sheets provided by the patternfly framework was overriding the one from jQuery, so that was causing the issue; not necessarily the scroll issue,
Thanks!