[Bug] 在设置最右侧的列冻结后,该列的过滤条件不显示
Open
Nobody has claimed this yet.
bug
good first issue
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
^1.18.1
Link to Minimal Reproduction
Steps to Reproduce
切换到Custom,点击total过滤图标,是应该显示下拉的过滤条件的,并没有显示
Current Behavior
如果把rightFrozenColCount: 1去掉,则能正确显示
Expected Behavior
右侧冻结列,触发过滤时正确显示下拉的过滤条件
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
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 with the linked CodeSandbox reproduction, especially /src/components/table/listTable/ListTable-custom.vue around line 80, and verify the interaction between rightFrozenColCount: 1 and the total column's filter icon. Compare the behavior with rightFrozenColCount removed; done means the filter dropdown appears correctly when the rightmost column is frozen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100