Duplicated header column when fixing the left-most column only

Duplicated header column when fixing the left-most column only

TechnohTechnoh Posts: 1Questions: 0Answers: 0
edited March 2014 in FixedHeader
I have a weird problem where the left-most column is fixed correctly however the fixed portion also includes the second column's header. Please see http://jsfiddle.net/ZDcyu/7/ and scroll to the right, you will notice that the "Date" header scrolls along with the first column.

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Thanks for the test case!

    I think its due to the rowspan - FixedHeader doesn't appear to be working correctly with a rowspan.

    I've opened a github issue here: https://github.com/DataTables/FixedHeader/issues/25 . Can't say when I'll get to it I'm afraid, massive backlog at the moment, but I will do at some point!

    Allan
This discussion has been closed.