mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(components): [table] fix clearFilter type (#13149)
This commit is contained in:
parent
d4d24eb9d7
commit
4218ef2594
@ -15,7 +15,7 @@ function useUtils<T>(store: Store<T>) {
|
||||
const clearSelection = () => {
|
||||
store.clearSelection()
|
||||
}
|
||||
const clearFilter = (columnKeys: string[]) => {
|
||||
const clearFilter = (columnKeys?: string[]) => {
|
||||
store.clearFilter(columnKeys)
|
||||
}
|
||||
const toggleAllSelection = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user