Jquery datatable FixedHader 3.1 options for fixed left column
Jquery datatable FixedHader 3.1 options for fixed left column
Datatable fixed header doesnt seem to support fixing left column (which use to in 2.1 versions)
I have requirement to create fixed left column but with out a datatable horizontal scroll, hence I cannot use FixedColumn Extension.
Please help me with the configuration for FixedHeader to support left/right column fixing.
I tried the below, which use to work with FixedHeader 2.1 version
new $.fn.dataTable.FixedHeader(dTable, { 'left': true,
});
This question has an accepted answers - jump to answer
Answers
There is no option for that in FixedHeader 3. Fixing the columns was a major performance drag, and it has been removed in v3.
Allan
Thank you very much Allan.
Is there any other way to achieve fixed column without datatable scroll?
Only with an old version of FixedHeader I'm afraid.
Allan