The Data type exposes the following members.

Constructors

  NameDescription
Public methodData

Methods

  NameDescription
Public methodgetActiveDataTable
Get the current data table object.
Public methodgetDataTable
Get the data table with given name.
Public methodgetDataTables
Get all data tables in the document.
Public methodonRangeChanged(String, String, String, Data..::..onRangeChangedCallback)
Event raised when filtered range in a data column is changed.
Public methodonRangeChanged(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.

See Also