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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user