Datatables fixed header with left columns fixed issues.

Datatables fixed header with left columns fixed issues.

debugger99debugger99 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!!

Answers

  • allanallan Posts: 63,810Questions: 1Answers: 10,516 Site admin

    Hi,

    As the compatibility tables shows, FixedHeader and FixedColumns unfortunately cannot be used at the same time at present.

    Allan

  • chrislochrislo Posts: 7Questions: 4Answers: 0

    THIS IS AMAZING! SO HARD TO FIND THIS, people should know!

This discussion has been closed.