sidebar and table
sidebar and table
![salemmp](https://secure.gravatar.com/avatar/5f9bfe5f657c0044f98a4fa2869e3909/?default=https%3A%2F%2Fvanillicon.com%2F5f9bfe5f657c0044f98a4fa2869e3909_200.png&rating=g&size=120)
My responsive app has a problem, the table header and pagination part are seen above my sidebar how do I fix it?
My responsive app has a problem, the table header and pagination part are seen above my sidebar how do I fix it?
Answers
Most likely the problem is that
style="width:100%"
needs to be added to thetable
as shown in this example. If that doesn't help we will need to see the problem to help debug. Please post a link to your page or a test case replicating your environment to show the issue.https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
It might be a z-index issue. The table container might be higher than the side bar. But yes, we'd need a test case as Kevin says (which is why we ask for one in the forum rules and in the new post template test, which you've deleted).
Allan