Protected
constructorListen 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.
Creates a pivot table from the given options - a source table, row keys, column keys, and aggregations.
to use when creating the pivot table
a Promise that resolves to a PivotTable instance
Removes an event listener added to this table.
Static
getGiven a server object, finds or creates a pivot service talking to that same server. If the instance is a PivotService, it will be wrapped and returned. The initial call for a given worker must be either a PivotTable or a PivotService.
some instance that lives on the server to be connected to.
a promise that will resolve to a PivotService instance
Tool to request the server pivot a table and return the results.