Class: DataTableRowProxy¶
Hierarchy¶
-
DataTableRowProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new DataTableRowProxy(context
: IContext): DataTableRowProxy
Overrides RowProxy.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: DataTableRowProxy
Methods¶
getCell¶
▸ getCell(rowIndex
: number, columnIndex
: number): IDataTableCellProxy
Implementation of IDataTableRowProxy
Get a specific cell from row given indexes. Implemented to allow backwards compatibility.
deprecated
- use parent DataTableProxy's getCell() method via .getParent().getCell() instead.
Parameters:
Name | Type | Description |
---|---|---|
rowIndex |
number | Not used. |
columnIndex |
number | - |
Returns: IDataTableCellProxy
returns the DataTableCellProxy