expandCell(axisName: string, tuple: string[], measureName: string)
[starting from version 2.9.6]
Expands a specific node on the grid and charts.
Note To see the expanded node, ensure its parent nodes are expanded.
1) Expand a specific node:
pivot.expandCell("rows", ["Accessories", "Canada"]);
See the full code on JSFiddle.
2) Expand a specific node for a specific measure:
pivot.expandCell("rows", ["Canada"], "Price");