ColReorder and Individual column filtering for Server-Side setup

ColReorder and Individual column filtering for Server-Side setup

karmendrakarmendra Posts: 20Questions: 7Answers: 0

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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 use column-reorder to know when the columns have been reordered and then remap the indexes.

    Allan

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    Hi @karmendra ,

    This example here should help. It shows how you should create the filters to make them flexibly support the ColReorder.

    Cheers,

    Colin

This discussion has been closed.