Skip to content

Commit

Permalink
little description add, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jul 21, 2015
1 parent b6e583a commit 8ad4726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "LightPivotTable",
"author": "ZitRo",
"version": "1.2.11",
"version": "1.2.12",
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
"main": "test/testServer.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ lp.updateSizes(); // recalculate pivot sizes
lp.changeBasicMDX("..."); // change mdx for LPT
lp.getActualMDX(); // returns currently displayed MDX
lp.getSelectedRows(); // returns array with selected rows indexes. First row have index 1.
lp.attachTrigger("contentRendered", function () { }); // attaches trigger during runtime
lp.attachTrigger("contentRendered", function (lpInstance) { }); // attaches trigger during runtime
```

#### Caché DeepSee
Expand Down

0 comments on commit 8ad4726

Please sign in to comment.