VisActor / VisActor/VTable

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

Open
#2,878 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.