File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " LightPivotTable" ,
3
3
"author" : " ZitRo" ,
4
- "version" : " 1.2.11 " ,
4
+ "version" : " 1.2.12 " ,
5
5
"description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
6
6
"main" : " test/testServer.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ lp.updateSizes(); // recalculate pivot sizes
90
90
lp .changeBasicMDX (" ..." ); // change mdx for LPT
91
91
lp .getActualMDX (); // returns currently displayed MDX
92
92
lp .getSelectedRows (); // returns array with selected rows indexes. First row have index 1.
93
- lp .attachTrigger (" contentRendered" , function () { }); // attaches trigger during runtime
93
+ lp .attachTrigger (" contentRendered" , function (lpInstance ) { }); // attaches trigger during runtime
94
94
```
95
95
96
96
#### Caché DeepSee
You can’t perform that action at this time.
0 commit comments