You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ Lightweight, fast and featured pivot table realization for
6
6
7
7
## Features
8
8
<ul>
9
-
<li>Whole basic functionality of standard pivot table;</li>
9
+
<li>Basic functionality of standard pivot table;</li>
10
+
<li>Additional features like pagination and quick search;</li>
10
11
<li>Simple good looking design;</li>
11
12
<li>Lightweight and speedy realization comparing to common DeepSee pivot table;</li>
12
13
<li>Mobile platforms support;</li>
@@ -19,7 +20,7 @@ Lightweight, fast and featured pivot table realization for
19
20
There are several variants how to install Light pivot table.
20
21
+ Pre-requirement: install and configure [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) to your Caché instance;
21
22
+ If you want to use LPT as a DeepSee portlet, then just download latest release from [github releases](https://github.com/intersystems-ru/LightPivotTable/releases), unpack it and Simply inport XML file to Caché;
22
-
+ If you want to integrate LPT with your application, you need webModule/ directory contents;
23
+
+ If you want to integrate LPT with your application, you need webModule/ directory contents that can be found in release you downloaded;
23
24
+ If you want to build most up-to-date version from sources, see the "build" section below.
24
25
25
26
## Integration
@@ -95,13 +96,14 @@ it work with another MDX2JSON source.
95
96
96
97
## Build
97
98
98
-
You need [NodeJS](http://nodejs.org/) to be installed to perform any build tasks.
99
+
You need [NodeJS](http://nodejs.org/) platform to be installed in your system to perform any build
100
+
tasks.
99
101
100
102
To build project and see working example, gulp and it's plugins must be installed. Simple run
101
103
<code>npm install -g gulp</code> and <code>npm install</code> commands to perform all required
102
104
installations.
103
105
104
-
By running <code>gulp</code> command later, <code>build</code> directory will be created with all
106
+
By running <code>gulp</code> command later, <code>build</code> directory appears with all
0 commit comments