AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.data.TableSelectable.RowProxy Improve this Doc

Represents table row with associated mapping. Allows fetching rows values.

Methods Overview

Data
get()Returns field values.
getColumn()Returns column value.
getIndex()Returns index of the item in the selection that has created this item.
getKey()Returns item key.

Methods Description

get

Returns field values.

Params:

NameTypeDescription
fieldstringField name

Returns:

* - Value by field.

getColumn

Returns column value.

Params:

NameTypeDescription
columnnumberColumn

Returns:

* - Column value by number.

getIndex

Returns index of the item in the selection that has created this item.

Returns:

number - Item index.

getKey

Returns item key.

Returns:

number - Item key.