Duplicated header column when fixing the left-most column only
Duplicated header column when fixing the left-most column only
Technoh
Posts: 1Questions: 0Answers: 0
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.
This discussion has been closed.
Replies
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