mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Fixed an issue where the selected class is not applied to new visible columns #1026

Open cdeng opened 9 years ago

cdeng commented 9 years ago

Reproducing the issue by using "Checkbox row select column" example:

  1. Right click header row and unselect A column.
  2. Select Row 0 by clicking the checkbox before text "Row 0".
  3. Right click header row and select A column.

The cell with text "Row 0" is not highlighted. (See the following snapshot)

image 1

Similar issue was reported here: " #892 After setColumns selected class is not applied to new columns"