1- Light pivot table for MDX2JSON source
1+ Light pivot table for InterSystems Caché
22====================
33
4- This is a lightweight and simple pivot table realization for
5- [ MDX2JSON ] ( https ://github.com/ intersystems-ru/Cache-MDX2JSON ) source .
4+ Lightweight, fast and featured pivot table realization for
5+ [ InterSystems Caché ] ( http ://www. intersystems.com ) .
66
77## Features
88<ul >
9- <li>View any MDX;</li>
10- <li>Sort data in table;</li>
11- <li>Easy to configure and use;</li>
12- <li>Lightweight and speedy realization comparing to common DeepSee pivot table.</li>
9+ <li>Whole basic functionality of standard pivot table;</li>
10+ <li>Simple good looking design;</li>
11+ <li>Lightweight and speedy realization comparing to common DeepSee pivot table;</li>
12+ <li>Mobile platforms support;</li>
13+ <li>Easiest integration to any WEB project;</li>
14+ <li>And even more...</li>
1315</ul >
1416
1517## Installation
1618
1719<ol >
18- <li>Install and configure [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) on
20+ <li>Install and configure [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) to
1921 your Caché instance;</li>
2022 <li>Build the project by running <code>gulp</code> command (see "Build" section below);</li>
21- <li>Edit a bit code in <code>build/example /index.html</code> (set MDX2JSONSource and basicMDX
23+ <li>Edit a bit code in <code>build/WEBModule /index.html</code> (set MDX2JSONSource and basicMDX
2224 properties according to your needs);</li>
2325 <li>Use it!</li>
2426</ol >
@@ -27,11 +29,11 @@ This is a lightweight and simple pivot table realization for
2729
2830#### Javascript
2931
30- Build the project, and then include <code >build/css/lightPivotTable.css</code > and
31- <code >build/js/lightPivotTable.js</code > files into your project. Usage is shown in
32- <code >build/example /index.html</code > example.
32+ Build the project, and then include <code >build/WEBModule/ css/lightPivotTable.css</code > and
33+ <code >build/WEBModule/ js/lightPivotTable.js</code > files into your project. Usage is shown in
34+ <code >build/WEBModule /index.html</code > example.
3335
34- Then use global object <i >LightPivotTable</i >:
36+ Then use global object constructed from <i >LightPivotTable</i >:
3537``` js
3638var setup = { // Object that contain settings. Any setting may be missed.
3739 container: document .getElementById (" pivot" ) // HTMLElement which will contain table.
@@ -96,6 +98,6 @@ Also anytime you can build project and then check <code>build/example/index.html
9698
9799## Preview
98100
99- Run <code >gulp</code > command and then check <code >build/example /index.html</code >.
101+ Run <code >gulp</code > command and then check <code >build/WEBModule /index.html</code >.
100102
101103![ Light pivot table] ( https://cloud.githubusercontent.com/assets/4989256/5570072/4c3a161e-8f84-11e4-929b-6577728df6ba.png )
0 commit comments