Merge branch 'tt-table/fix-multi-icon-select' into 'master'

fixed multi icon select

See merge request fronk/thetool!1279
This commit is contained in:
Luca Haid
2025-04-29 11:12:14 +00:00

View File

@@ -739,7 +739,6 @@ Vue.component('tt-table', {
break;
}
} else if (header.filter === 'select' || header.filter === 'iconSelect' || header.filter === 'autocomplete') {
console.log(filterValue);
if (filterValue === '') continue;
if (filterValue !== row[header.key]?.toString()) {
match = false;