i'm new to laravel and js and having problem with adding tabulator js library to laravel 5.4.
/resources/assets/js/bootstrap.js
I'd recommend referencing how axios/jquery/etc is required.
/resources/assets/js/bootstrap.jsI'd recommend referencing how axios/jquery/etc is required.
thanks for reply!!! but, maaan i'm stupid. i need instructions.
Hey @iBek23
In your app.js you need to add a line:
window.Tabulator = require('tabulator-tables');
I hope that helps,
Cheers
Oli :)
Most helpful comment
Hey @iBek23
In your app.js you need to add a line:
I hope that helps,
Cheers
Oli :)