Skip to content

New visible column does not set "selected" style on selected rows. #56

Description

@tonosama-atlacatl

How to reproduce:

  • Define the grid with some hidden columns (visible: false).
  • Select a few rows.
  • Turn all columns "visible" and set them by calling:

_datagrid.setColumns(allVisibleColumns); // Where 'allVisibleColumns' are visible = true

The Problem:
screen shot 2016-04-15 at 11 50 44 am
Newly visible columns with selected rows are missing the 'selected' css rule. So their background never shows as 'selected'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions