mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-11 20:12:16 +00:00
hiding redundant tabulator warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user