pro-components
pro-components copied to clipboard
🧐[问题]EditableProTable的onchange方法里没有返回filter信息,清除筛选如何实现
trafficstars
🧐 问题描述
根据antd官网的指引,可以用filteredValue开启受控模式,然后在onChange里拿到filter信息,但是EditableProTable的onchange方法里没有返回filter信息,怎么做一键清除所以筛选条件的功能。