Completed
Last Updated: 11 Feb 2026 10:16 by ADMIN
Sviluppo
Created on: 17 Nov 2022 12:33
Category: Grid
Type: Bug Report
0
The data-grid-row-index attribute of the Native Grid's rows is always -1

Describe the bug
The value of the data-grid-row-index attribute of the different Native Grid rows is always -1, no matter the scenario in which the component is used.

To Reproduce

  1. Open this StackBlitz example
  2. Inspect a random Grid row and see its attributes

Expected behavior
The different rows inside the Grid should have different values for the data-grid-row-index attribute.

0 comments