VTable
VTable copied to clipboard
[Feature] filter rules support tree data
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 }
可验证最新版本
先关了哈 有问题可以再提