wijmo.grid Namespace > IRowInfo Interface : dataRowIndex Field |
Data row index, the index of the data row inside the TBODY section of the wijgrid.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IRowInfo; var value; // Type: number value = instance.dataRowIndex; |
Javascript (Specification) | |
---|---|
|