<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/4.0.1/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/4.0.1/js/tabulator.min.js"></script>
<script type="text/javascript" src="dist/js/jquery_wrapper.min.js"></script>
This is what I include, following the documentation. But I suspect that adding dist/js/jquery_wrapper.min.js... without the cdn thing will break stuff. Where can I find the cdn for the wrapper? What link is it?
Hey,
you would need to pull it from the CDN, but it looks like CDN JS havnt pulled in the new files yet, i will raise an issue and get them to pull in the new files.
Cheers
Oli
Thank you!
Again thank you for your tremendous work with tabulator!!
Hi,
I'm also getting errors in console to this wrapper,
is the same error?
jquery_wrapper.min.js:2 Uncaught TypeError: Tabulator is not a constructor
at t.(anonymous function).(anonymous function)._create (http://localhost:7070/js/jquery_wrapper.min.js:2:245)
at t.(anonymous function).(anonymous function)._create (http://localhost:7070/js/jquery-ui.min.js:6:4499)
at t.(anonymous function).(anonymous function)._createWidget (http://localhost:7070/js/jquery-ui.min.js:6:6645)
at new t.(anonymous function).(anonymous function) (http://localhost:7070/js/jquery-ui.min.js:6:4063)
at HTMLDivElement.<anonymous> (jquery-ui.min.js:6)
at Function.each (jquery-3.2.1.min.js:2)
at r.fn.init.each (jquery-3.2.1.min.js:2)
at r.fn.init.t.fn.(anonymous function) [as tabulator] (http://localhost:7070/js/jquery-ui.min.js:6:5787)
Thanks
Hey @neorm5
Please create a new bug issue for your problem and fill in the details requested, that will help us resolve your issue.
Cheers
Oli :)
Hey @Rodbjartson
I have switched CDN supplier to UNPKG so you can now access the files you need with the following links
<link href="https://unpkg.com/[email protected]/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script>
Thanks for your patience.
Cheers
Oli :)