VisActor / VTable

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://visactor.io/vtable
MIT License
1.79k stars 164 forks source link

[Feature] 完善表格的过滤组件 #2878

Open zdJOJO opened 2 days ago

zdJOJO commented 2 days ago

What problem does this feature solve?

目前,表格过滤组件使用的是select 原生下拉框, 既不美观,拓展也不方便。

希望官方支持, 譬如与 arco 的下拉选择Select组件结合 或者 内部实现一个功能比较完善的下拉框组件

What does the proposed API look like?

{ title: '姓名', field: 'driverName', width: 90,

// 可定义过滤选择项 filter: [],

// 可定义过滤方法 onFilter: ()=>{} }

fangsmile commented 1 day ago

image 您是指这个sh示例中的过滤器吗 这个是模拟的业务层来写的 您业务层用什么组件都是可以的哈 @zdJOJO