sidebar and table

sidebar and table

salemmpsalemmp Posts: 1Questions: 1Answers: 0

My responsive app has a problem, the table header and pagination part are seen above my sidebar how do I fix it?

Answers

  • kthorngrenkthorngren Posts: 20,346Questions: 26Answers: 4,776

    Most likely the problem is that style="width:100%" needs to be added to the table 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

  • allanallan Posts: 61,787Questions: 1Answers: 10,115 Site admin
    edited April 9

    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

Sign In or Register to comment.