-
Notifications
You must be signed in to change notification settings - Fork 77
Core Row
nkolban edited this page Feb 16, 2013
·
4 revisions
The Row object is a core part of GridX. It models a Row in the table. Every row has an identifier which can be retrieved with the id property.
It has a number of methods including:
cell(...)cells(...)data()deselect()-
index()- Retrieve the index of this row isSelected()item()moveTo(...)node()parent()rawData()select()setRawData(rawData)-
visualIndex()- Not clear how this differ fromindex(). Github issue #42 has been raised to track.
A Row object can be retrieved through the GridX method called row(rowId).