hiding redundant tabulator warnings

This commit is contained in:
adisposkofh
2026-05-26 14:27:22 +02:00
parent aeebc2a81a
commit eb281f3bc3
+1 -2
View File
@@ -326,8 +326,7 @@ export const CoreFilterCmpt = {
// Start the tabulator with the build options
this.tabulator = new Tabulator(this.$refs.table, {
...tabulatorOptions,
// todo: remove comment
// debugInvalidOptions: false,
debugInvalidOptions: false,
});
// If event handlers have been provided
if (Array.isArray(this.tabulatorEvents) && this.tabulatorEvents.length > 0)