We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee19e1b commit 2ae71b4Copy full SHA for 2ae71b4
readme.md
@@ -55,6 +55,8 @@ var setup = { // Object that contain settings. Any setting may be missed.
55
},
56
lp = new LightPivotTable(setup);
57
58
+console.log(lp.CONTROLS); // object with functions that can be triggered to control pivot table
59
+
60
lp.setFilter("[DateOfSale].[Actual].[YearSold].&[2009]");
61
lp.refresh();
62
```
0 commit comments