File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " LightPivotTable" ,
33 "author" : " ZitRo" ,
4- "version" : " 1.2.11 " ,
4+ "version" : " 1.2.12 " ,
55 "description" : " A lightweight pivot table for MDX2JSON source for InterSystems Cache" ,
66 "main" : " test/testServer.js" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ lp.updateSizes(); // recalculate pivot sizes
9090lp .changeBasicMDX (" ..." ); // change mdx for LPT
9191lp .getActualMDX (); // returns currently displayed MDX
9292lp .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
9494```
9595
9696#### Caché DeepSee
You can’t perform that action at this time.
0 commit comments