VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Feature] filter rules support tree data

Open cuihu opened this issue 11 months ago • 1 comments

What problem does this feature solve?

filter any data

What does the proposed API look like?

export interface FilterRule { filterKey?: string; filteredValues?: unknown[]; filterFunc?: (row: Record<string, any>) => boolean; treeDepth?: number }

cuihu avatar Mar 25 '24 07:03 cuihu

可验证最新版本

fangsmile avatar Apr 02 '24 02:04 fangsmile

先关了哈 有问题可以再提

fangsmile avatar Jun 27 '24 03:06 fangsmile