The Data type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Data |
Methods
| Name | Description | |
|---|---|---|
| getActiveDataTable | Get the current data table object. | |
| getDataTable | Get the data table with given name. | |
| getDataTables | Get all data tables in the document. | |
| onRangeChanged(String, String, String, Data..::..onRangeChangedCallback) | Event raised when filtered range in a data column is changed. | |
| onRangeChanged(String, String, String, onRangeChangedCallback) |
Event raised when filtered range in a data column is changed. Note
that the event will raise when the filtered data changes, and the
callback will only specify the range of the filtered column. The
event will always return [null, null] as range for Hierarchy
Filters.
|