Skip to content

Commit bebd68b

Browse files
Update README.md
1 parent 9ee38e2 commit bebd68b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 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.
33

44
# Pre-Requisite:
5-
* Panther Servlet/Apache
6-
* ini file for the Panther Web application
5+
* Panther Web
6+
* Apache Web Server
77

88
# This repo consists of the following files:
99
* main.css
@@ -12,22 +12,22 @@ This repository contains source on how to integrate a Panther grid screen with B
1212
* pyordr.js
1313
* cookiedb.lib
1414
* bootstrap_headers.zip
15-
* cookie
15+
* cookie database file
1616

1717
# 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.
1919

2020
# Pyordr.jpl
21-
Jpl code that is included in the Panther screen.
21+
Jpl code which is included in the Panther screen.
2222

2323
# 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.
2525

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.
2828

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.
3131

3232
If you wish to generate PDF reports from this Panther screen, please visit our other repository: https://github.com/ProlificsPanther/Report-Writer
3333

0 commit comments

Comments
 (0)