I want to add column selectable table in my angular code. ( similar to : https://stackblitz.com/edit/poc-column-selector?file=app%2Ftable-basic-flex-example.ts ) But I want the sequence of the columns to be same. That means after deselect and select again, it should append the column to its original position only and not at the end or at any random position.
Can anyone please suggest, how to achieve this ?
question from:https://stackoverflow.com/questions/65626008/angular-column-selectable-table-column-position