ColReorder and Individual column filtering for Server-Side setup
ColReorder and Individual column filtering for Server-Side setup
karmendra
Posts: 21Questions: 7Answers: 0
in ColReorder
I am able to do the column reordering but after reordering, column filters still applies to the column that was originally in that position. how can I solve this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sounds like you might me doing column based filtering and you need to update your indexes for that. One option is to use
columns.name
to name each column, or you can usecolumn-reorder
to know when the columns have been reordered and then remap the indexes.Allan
Hi @karmendra ,
This example here should help. It shows how you should create the filters to make them flexibly support the ColReorder.
Cheers,
Colin