mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Filter.js additional columns: additional columns are displayed based on field name, not title
This commit is contained in:
@@ -142,7 +142,7 @@ export const CoreFilterCmpt = {
|
||||
col.visible = selectedFields.indexOf(col.field) >= 0;
|
||||
if (
|
||||
col.formatter == 'rowSelection'
|
||||
|| (this.tabulatorAdditionalColumns && this.tabulatorAdditionalColumns.indexOf(col.title) >= 0)
|
||||
|| (this.tabulatorAdditionalColumns && this.tabulatorAdditionalColumns.indexOf(col.field) >= 0)
|
||||
)
|
||||
col.visible = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user