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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Datatables
2
-
This repository contains source on how to integrate a Panther grid screen with Bootstraps datatables.
2
+
This repository contains source on how to integrate a Panther grid screen with Bootstrap datatables.
3
3
4
4
# Pre-Requisite:
5
-
* Panther Servlet/Apache
6
-
*ini file for the Panther Web application
5
+
* Panther Web
6
+
*Apache Web Server
7
7
8
8
# This repo consists of the following files:
9
9
* main.css
@@ -12,22 +12,22 @@ This repository contains source on how to integrate a Panther grid screen with B
12
12
* pyordr.js
13
13
* cookiedb.lib
14
14
* bootstrap_headers.zip
15
-
* cookie
15
+
* cookie database file
16
16
17
17
# Cookiedb.lib
18
-
This library that contains the Panther grid screen. Pyordr.html attached as the HTML template.
18
+
This library ontains the Panther grid screen. Pyordr.html is attached as a HTML template.
19
19
20
20
# Pyordr.jpl
21
-
Jpl code that is included in the Panther screen.
21
+
Jpl code which is included in the Panther screen.
22
22
23
23
# Pyordr.html
24
-
This is the HTML template that is attached to the Panther screen so as to generate a user-defined UI for the screen. Main.css and pyordr.js are referenced from HTML template.
24
+
This is the HTML template that is included in the Panther screen. The HTML will generate a user-defined UI for the screen. Main.css and pyordr.js are referenced in the HTML template.
25
25
26
-
# bootstrap_headers
27
-
Please unzip this file and have it pointed to by SMPATH in your Panther Web ini. This folder contains multiple bootstrap Javascript and CSS files which are being called in a file called icmsHeader.html and icmsFooter.html. These two files are being referencd in pyordr.html which loads the datatables.
26
+
# bootstrap_headers.zip
27
+
Please unzip this file . Make sure SMPATH points to the location of this file . SMPATH is configured in your Panther Web ini. This folder contains multiple bootstrap Javascript and CSS files which are referenced in a file called icmsHeader.html and icmsFooter.html. These files are being referenced in pyordr.html which loads the datatables.
28
28
29
-
# cookie
30
-
This is the JDB database containing used to populate Panther Grids/Datatables.
29
+
# cookie database file
30
+
JDB database containing data used to populate Panther Grids/Datatables.
31
31
32
32
If you wish to generate PDF reports from this Panther screen, please visit our other repository: https://github.com/ProlificsPanther/Report-Writer
0 commit comments