FIxed column at arbitary position in datatable
FIxed column at arbitary position in datatable
Amar 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
This discussion has been closed.
Answers
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
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.
Can you link to a test case showing the issue so I can debug it please.
Allan