[Feature] 完善表格的过滤组件
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
目前,表格过滤组件使用的是select 原生下拉框, 既不美观,拓展也不方便。
希望官方支持, 譬如与 arco 的下拉选择Select组件结合 或者 内部实现一个功能比较完善的下拉框组件
What does the proposed API look like?
{
title: '姓名',
field: 'driverName',
width: 90,
// 可定义过滤选择项
filter: [],
// 可定义过滤方法
onFilter: ()=>{}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the table filter component that currently uses the native select, then review how filter options and callbacks are represented in the proposed API. Clarify whether the goal is Arco Select integration or an internal dropdown before defining the implementation scope. Done means the filtering UI is officially supported and provides configurable options and filtering behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100