Applies to grids with RowSelectionModel:
Steps to Reproduce:
- Open http://mleibman.github.io/SlickGrid/examples/example9-row-reordering.html
- Open Console
- Enter the following Commands:
- grid.setSelectedRows([0])
- cols = grid.getColumns()
- cols.push({ id: "TEST", field: 'name', name: "TEST" })
- grid.setColumns(cols)
Expected Output:
- Whole selected row is highlighted, including new column.
Actual Output
- Original columns in selected row are still highlighted. New column isn't.
Applies to grids with RowSelectionModel:
Steps to Reproduce:
Expected Output:
Actual Output