[Feature] 希望从表不受主表的冻结列影响,宽度能占满表格
Open
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?
在ERP系统许多页面中的表格:多选框和序号需要左冻结,末尾需要一列进行右冻结用于存放操作功能(例如:编辑、删除等),这种情况下如果使用从表,在冻结的列的地方就会有一部分空白,从表会从没有冻结的列开始渲染
What does the proposed API look like?
希望有一个配置可以让从表被影响
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 by comparing the official and expected screenshots, then trace the table's frozen-column and subtable rendering behavior in the TypeScript source and documentation. Determine how a configuration could let subtables span the full table width despite frozen columns; done means the subtable fills the available width while left and right frozen columns retain their intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100