Datatables fixed header with left columns fixed issues.
Datatables fixed header with left columns fixed issues.
debugger99
Posts: 3Questions: 2Answers: 0
Hi allan,
I found a small solution to handle fixed header along with fixed left columns and horizontal scrolling of table. fixedHeader property of what datatables currently has does not handle the fixed header to scroll horizontally along with the columns. Here is a small example https://jsfiddle.net/azcmd76r/ which can be implemented to avoid breaking of column & header alignments.
Thanks!!
This discussion has been closed.
Answers
Hi,
As the compatibility tables shows, FixedHeader and FixedColumns unfortunately cannot be used at the same time at present.
Allan
THIS IS AMAZING! SO HARD TO FIND THIS, people should know!