Support for Scroller and FixedColumns

Support for Scroller and FixedColumns

tandy_sidstandy_sids Posts: 1Questions: 0Answers: 0
edited April 2014 in DataTables 1.10
Hey guys,
I am trying DataTables 1.10 on a new project. Almost everything is working but today I was trying the FixedColumns plugin where we need to freeze the 3 leftmost columns. What I noticed was that with the Scroller, the FixedColumns plugin causes an issue where the 3 column headers remain fixed but the body of the table is not fixed (that is as you scroll right, the entire table body scrolls right). The correct behavior should be that the header and the body for the leftmost column remains frozen.

When I remove the Scroller plugin, the FixedColumns starts to work properly. So are there any known compatibility issues with the Scroller and the FixedColumns plugin?

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Yeah, I'm afraid the two don't play nicely together. I need to add a warning into the code that signifies that in the short term, and longer term get them to play nicely.

    Allan
  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    I've opened an issue here: https://github.com/DataTables/Scroller/issues/16

    Allan
This discussion has been closed.