We have a reasonable layout for the table-editor in the specialist. To be further refined.
This commit is contained in:
8
nginx/frontend_src/js/tabulator-setup.js
Normal file
8
nginx/frontend_src/js/tabulator-setup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// CSS importeren
|
||||
import 'tabulator-tables/dist/css/tabulator.min.css';
|
||||
|
||||
// JavaScript imports
|
||||
import { TabulatorFull as Tabulator } from 'tabulator-tables';
|
||||
|
||||
// Maak Tabulator globaal beschikbaar
|
||||
window.Tabulator = Tabulator;
|
||||
Reference in New Issue
Block a user