Tabulator: Getting errors in console when using wrapper

Created on 25 Sep 2018  路  5Comments  路  Source: olifolkerd/tabulator

 <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?

Question - Ask On Stack Overflow

All 5 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andreivanea picture andreivanea  路  3Comments

iBek23 picture iBek23  路  3Comments

KES777 picture KES777  路  3Comments

tomvanlier picture tomvanlier  路  3Comments

mohanen picture mohanen  路  3Comments