Fixed column styling problems

Fixed column styling problems

danneelydanneely Posts: 3Questions: 2Answers: 0

I'm having problems with the fixed columns appearance. I attempted to copy one of your examples; but my copy has problems with the fixed column.

1) The background is transparent with the result that the main table is visible below it when the table is scrolled to the right.
2) It's scrolled down into the space occupied by the horizontal scroll bar in the main table.

Original:
https://datatables.net/extensions/fixedcolumns/examples/initialisation/simple.html

Copied into fiddle:
https://jsfiddle.net/6yefvx9p/

Answers

  • colincolin Posts: 15,209Questions: 1Answers: 2,592

    Hi @danneely ,

    It's because you're using the wrong CSS for FixedColumns - you need to use the Bootstrap version as shown in this example here. See updated fiddle here.

    Cheers,

    Colin

This discussion has been closed.