Skip to content

Commit 8ad4726

Browse files
little description add, version bump
1 parent b6e583a commit 8ad4726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ lp.updateSizes(); // recalculate pivot sizes
9090
lp.changeBasicMDX("..."); // change mdx for LPT
9191
lp.getActualMDX(); // returns currently displayed MDX
9292
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
9494
```
9595

9696
#### Caché DeepSee

0 commit comments

Comments
 (0)