Unwanted scroll bar

Unwanted scroll bar

jeanparisjeanparis Posts: 2Questions: 1Answers: 0

Description of problem:
Hello, my problem is :smile:

When i fix the left column, i always have a small scroll bar which appears at the bottom of the first column. I don't want it to be displayed. Is there any way to hide it ?

Thanks

Answers

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

    This example works properly.

    The place to start is to make sure you have all the proper Datatatbles JS and CSS. The Download Builder is a good place for this. Based on seeing half a row on the non-fixedColumns it looks like you might be using FixedHeader, is this true? If so FixedHeaader and FixedColumns aren't compatible on the same Datatable and will cause styling errors. See the compatibility matrix for more details.

    If this doesn't help please provide a link to your page or a test case replicating the issue so we can help debug.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • jeanparisjeanparis Posts: 2Questions: 1Answers: 0

    Thank you. The problem was i have border="1" table attribute

    <

    table border="1" ... >

    When i use "cell-border" class instead, it works !

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    An update to FixedColumns is coming which is going to help with this kind of thing :).

    Allan

Sign In or Register to comment.