FixedColumns not in right position before scrolling
FixedColumns not in right position before scrolling
protasovams
Posts: 11Questions: 2Answers: 0
Hello.
I'm using DataTables 1.9.3 with FixedColumns 2.0.3.
I have fixed one left column in my table. When working with it I sometimes need to dynamically change some cells in the right (not fixed) part of the table and so the row height changes. Then I use oFC.fnUpdate() to match the corresponding row heights in left and right parts of the table. It works fine, but after updating in the left part of the table the first rows of the table are shown, while in the right part it stays where it was. When I scroll the table after that, the left part synchronizes with the right part and everything is alright.
Can I change it somehow or can I imitate scrolling of the table?
I'm using DataTables 1.9.3 with FixedColumns 2.0.3.
I have fixed one left column in my table. When working with it I sometimes need to dynamically change some cells in the right (not fixed) part of the table and so the row height changes. Then I use oFC.fnUpdate() to match the corresponding row heights in left and right parts of the table. It works fine, but after updating in the left part of the table the first rows of the table are shown, while in the right part it stays where it was. When I scroll the table after that, the left part synchronizes with the right part and everything is alright.
Can I change it somehow or can I imitate scrolling of the table?
This discussion has been closed.