Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(state): Grid View/Columns dynamically should work w/row selection
- the issue found was with Row Selection when it is not at position 0, the previous code was always assuming that it was at column index 0 but sometime it's not (like our LIG project). Since Row Selection column is added dynamically, this code make sure that when we change dynamically the column position, we will still include the row selection column if it wasn't part of the array provided
- Loading branch information