Existing Component
是
Component Name
el-table
Description
Sometimes we need to keep the status of table filter checkboxes in sync with other state values. There's table.clearFilter() method, and there should be table.setFilter() method or something like that.
5条答案
按热度按时间lf5gs5x21#
Translation of this issue:
Existing Component
yes
Component Name
el-table
Description
Sometimes we need to keep the status of table filter checkboxes in sync with other state values. There's table.clearFilter() method, and there should be table.setFilter() method or something like that.
daolsyd02#
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
beq87vna3#
Set the
filtered-value
in the column to keep state https://element.eleme.io/#/en-US/component/table#table-column-attributesdb2dz4w84#
@James-Burgess this prop seems to be not reactive. When its value changes, the table data won't update
qnakjoqk5#
@SamueleCaprioli97 I came across the same issue and solved it by setting a key on the table and incrementing that value each time I changed the values.