0
0
Fork 0

feat: add customfilter label

This commit is contained in:
Javier Segarra 2024-07-25 12:36:16 +02:00
parent 60708f4a6c
commit ebbe6ef3b1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const defaultAttrs = {
};
const forceAttrs = {
label: $props.showTitle ? '' : $props.column.label,
label: $props.showTitle ? '' : columnFilter.value?.label ?? $props.column.label,
};
const selectComponent = {