class anychart.data.TableSelectable.RowProxy Improve this Doc
Represents table row with associated mapping. Allows fetching rows values.
Methods Overview
Data | |
get() | Returns current field values. |
getColumn() | Returns current column value. |
getIndex() | Returns index of the item in the selection that have created this item. |
getKey() | Returns item key. |
Methods Description
get
Returns current field values.
Params:
Name | Type | Description |
---|---|---|
field | string | Field name |
Returns:
* - Value by field.Try it:
getColumn
Returns current column value.
Params:
Name | Type | Description |
---|---|---|
column | number | Column |
Returns:
* - Column value by number.Try it:
getIndex
Returns index of the item in the selection that have created this item.
Returns:
number - Item index.Try it: