-
Notifications
You must be signed in to change notification settings - Fork 1
How do you make the generated html files work?
Adrian Krimpenfort edited this page Feb 5, 2017
·
1 revision
The generated html files require jquery and dynatable.
After running the programm place these files in data/js:
-jquery.dynatable.js
-jquery-3.1.1.min
And in data/css:
-jquery.dynatable.css
Still can’t see the tables?
If you are opening the html with Chrome, you might not be able to see the tables because cross origin resources aren’t allowed.
Either start Chrome with cross origin resources allowed or start a local server.
Another possibility is to use firefox