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, });