mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [el-table] filter failed when tableLayout is auto (#6798)
This commit is contained in:
@@ -220,7 +220,7 @@ export default defineComponent({
|
||||
),
|
||||
column.filterable &&
|
||||
h(FilterPanel, {
|
||||
store: $parent.store,
|
||||
store,
|
||||
placement: column.filterPlacement || 'bottom-start',
|
||||
column,
|
||||
upDataColumn: (key, value) => {
|
||||
|
||||
Reference in New Issue
Block a user