VisActor / VisActor/VTable

[Bug] 在设置最右侧的列冻结后,该列的过滤条件不显示

Open
#3,821 3 comments 0 reactions 0 assignees View on GitHub

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

https://codesandbox.io/p/sandbox/viscator-vtable-vue-demo-compilation-forked-qj5kg3?file=%2Fsrc%2Fcomponents%2Ftable%2FlistTable%2FListTable-custom.vue%3A80%2C30

Steps to Reproduce

Image
切换到Custom,点击total过滤图标,是应该显示下拉的过滤条件的,并没有显示

Current Behavior

如果把rightFrozenColCount: 1去掉,则能正确显示

Expected Behavior

右侧冻结列,触发过滤时正确显示下拉的过滤条件

Environment
- OS:
- Browser:
- Framework:
Any additional comments?

No response

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.