Jquery datatable FixedHader 3.1 options for fixed left column

Jquery datatable FixedHader 3.1 options for fixed left column

arthiamritaarthiamrita Posts: 2Questions: 1Answers: 0

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

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin
    Answer ✓

    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

  • arthiamritaarthiamrita Posts: 2Questions: 1Answers: 0

    Thank you very much Allan.

    Is there any other way to achieve fixed column without datatable scroll?

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Only with an old version of FixedHeader I'm afraid.

    Allan

This discussion has been closed.