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 3011e53 commit ee19e1bCopy full SHA for ee19e1b
readme.md
@@ -50,9 +50,7 @@ var setup = { // Object that contain settings. Any setting may be missed.
50
[ , hideButtons: true // hides "back" and "drillThrough" buttons ]
51
[ , triggerEvent: "touchstart" // all "click" events will be replaced by this event ]
52
[ , caption: "My table" // if set, table basic caption will be replaced by this text ]
53
- [ , DrillDownExpression: "<spec>" // @deprecated drillDown expression split by "^" ]
54
[ , showSummary: true // show summary by columns ]
55
- [ , formatNumbers: "#,###.##" // @deprecated ]
56
[ , drillDownTarget: "<dashboard name>" // deepSee only - dashboard to open ]
57
},
58
lp = new LightPivotTable(setup);
0 commit comments