FIxed column at arbitary position in datatable

FIxed column at arbitary position in datatable

Amar VermaAmar Verma Posts: 10Questions: 6Answers: 0

Hi Allan,

Is it possible to fixed the column of data-table at arbitrary position in bootstrap 3 and also can the choice of column be user-defined??

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,892Questions: 1Answers: 10,144 Site admin
    Answer ✓

    No - sorry. That isn't a feature that is possible in FixedColumns at the moment.

    For user selection, you would need to destroy the existing table and then reinitialise it with the selected number of fixed columns.

    Allan

  • Amar VermaAmar Verma Posts: 10Questions: 6Answers: 0

    Thanks for the reply Allan. I am also trying to implement filter on my table with fixed columns. Data is filtered but the fixed columns always remains the same and doesn't change depending upon whatever filter i have selected. Can you please advice.

  • allanallan Posts: 61,892Questions: 1Answers: 10,144 Site admin

    Can you link to a test case showing the issue so I can debug it please.

    Allan

This discussion has been closed.