resolved tabulator warnings

This commit is contained in:
adisposkofh
2026-05-23 15:53:38 +02:00
parent ca712781dc
commit 3483146c1a
+4 -4
View File
@@ -347,10 +347,10 @@ export const CoreFilterCmpt = {
}
// Start the tabulator with the build options
this.tabulator = new Tabulator(
this.$refs.table,
tabulatorOptions
);
this.tabulator = new Tabulator(this.$refs.table, {
...tabulatorOptions,
debugInvalidOptions: false,
});
// If event handlers have been provided
if (Array.isArray(this.tabulatorEvents) && this.tabulatorEvents.length > 0)
{