mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +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
|
// Start the tabulator with the build options
|
||||||
this.tabulator = new Tabulator(this.$refs.table, {
|
this.tabulator = new Tabulator(this.$refs.table, {
|
||||||
...tabulatorOptions,
|
...tabulatorOptions,
|
||||||
// todo: remove comment
|
debugInvalidOptions: false,
|
||||||
// debugInvalidOptions: false,
|
|
||||||
});
|
});
|
||||||
// If event handlers have been provided
|
// If event handlers have been provided
|
||||||
if (Array.isArray(this.tabulatorEvents) && this.tabulatorEvents.length > 0)
|
if (Array.isArray(this.tabulatorEvents) && this.tabulatorEvents.length > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user