Is there a way to set parent folder for Tabulator library?
See original GitHub issueI installed the download zip version of the Tabulator. I am getting an error “Tabulator is not defined” when I try to set the Tabulator library in previous directory. I have placed the Tabulator library in the previous directory to where the application lives.
I have tried to set the previous directory path in my application.
<link href="../tabulator-master/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="../tabulator-master/dist/js/tabulator.min.js"></script>
My application tree view:
/somelongserverpath/tabulator-master/
/somelongserverpath/MyApplicationUsingTabulator/
I am expecting this library to work, but I am getting an error “Tabulator is not defined” when I load the page.
This library works successfully when I place it in the application directory. But I need the library to be in the parent directory as I have other applications to build using this library.
I did post this question on StackOverFlow early last week: https://stackoverflow.com/questions/55616366/is-there-a-way-to-set-parent-folder-for-tabulator-library
Issue Analytics
- State:
- Created 4 years ago
- Comments:26 (13 by maintainers)
@aklaver I did redownload the latest production minified version just now and that fixed the issue! For whatever reason when I first downloaded the jQuery package from the beginning as you first recommended I had the corrupt minified version the whole time.
So now this works:
Thnak you for all your help @aklaver !!! 😃
If there is it looks like the jquery-3.4.0.min.js. To test you might try: