We have a reasonable layout for the table-editor in the specialist. To be further refined.

This commit is contained in:
Josako
2025-05-30 05:05:13 +02:00
parent 25e169dbea
commit 73647e4795
7 changed files with 395 additions and 51 deletions

View 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;