Creates a client PivotTable instance from a Widget that has been exported from the server.
a PivotTable widget that has been fetched from the server
Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_Static
Readonly
EVENT_The sources that represent the columns of this pivot table.
The current filter configuration of this Tree Table.
FilterCondition array
True if this pivot table is closed.
True if this pivot table's subscription may receive updates from the server.
The sources that represent the rows of this pivot table.
The sources that represent the values of this pivot table.
Listen for events on this object.
the type of the data that the event will provide
the name of the event to listen for
a function to call when the event occurs
Returns a cleanup function.
Changes the column sorts of this pivot table. The column sorts may contain sorts of both the column and value sources.
column and value sorts to apply to the columns of this pivot table
the previous column sorts
Changes the filter conditions of this pivot table. The filter array may contain any number of conditions, which will be AND'd together. Only row and column sources can be filtered, not value sources.
Row and column filter conditions to apply to this pivot table.
the previous filter conditions
Removes an event listener added to this table.
Sets the expansion state of the column at the given position.
the position of the column to set the expansion state for
if true, the column will be expanded, if false, it will be collapsed
Optional
expandDescendants: booleanif true, also expands all descendants of the column, defaults to false. Ignored if isExpanded is false.
Sets the expansion state of the row at the given position.
the position of the row to set the expansion state for
if true, the row will be expanded, if false, it will be collapsed
Optional
expandDescendants: booleanif true, also expands all descendants of the row, defaults to false. Ignored if isExpanded is false.
Represents a PivotTable on the Deephaven server, with support for sorting, filtering, and viewports with expand/collapse on rows and columns.