Skip to content

exposing onActiveNodeChange output in the Grid #7601

@Aleksandyr

Description

@Aleksandyr

Is your feature request related to a problem? Please describe.

The event would be really helpful in a situation where the user would like to identify which item in the grid is currently active.
One example is the development of the keyboard navigation sample, where we are literally using plenty of the grid API so we can take the active item as a reference to enable/disable particular navigation commands.

The event could contribute to a more centralized, tidied, and concise code.

Describe the solution you'd like

Emitting the event every time the active node is changed, providing info about the container and the cell.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions