ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

In the a-table component, after the filters attribute is specified, it can be determined whether the value returned in the change event is in the form of an array according to the filterMultiple attribute.

Open atom-git opened this issue 2 years ago • 0 comments

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

目前不管filterMultiple是true还是false返回的统一为数组形式,在实现外部请求数据过滤时非常不方便

What does the proposed API look like?

根据filterMultiple决定返回是基础值类型还是数组类型

atom-git avatar Jul 31 '22 02:07 atom-git