mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 20:28:52 +08:00
Table: allow filterable without filter-method (#12045)
This commit is contained in:
parent
b5063ceb2f
commit
f23e45b404
@ -270,7 +270,7 @@ export default {
|
||||
fixed: this.fixed === '' ? true : this.fixed,
|
||||
filterMethod: this.filterMethod,
|
||||
filters: this.filters,
|
||||
filterable: this.filters && this.filters.length && this.filterMethod,
|
||||
filterable: (this.filters && this.filters.length) || this.filterMethod,
|
||||
filterMultiple: this.filterMultiple,
|
||||
filterOpened: false,
|
||||
filteredValue: this.filteredValue || [],
|
||||
|
Loading…
Reference in New Issue
Block a user