[Feature] autoFillHeight 参数或者其他参数是否支持空行填充?
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?
看了文档,autoFillHeight 是填充整个 body,这样会拉伸每行高度,似乎不太美观
现实中倒是经常会有需要填充空行的情况,而行高不变,这样能保持合计行锁定在最底部,例如 el-table 等等,如果高度是 50 行的表,实际数据只有 3 行的话,会自动填充填充空行以保持整体的美观
不知道现有的配置是否支持这种形式,如果不支持,是否可以考虑新增这种形式呢?
现有情况下,是不是只能我自己计算空行填充?
What does the proposed API look like?
none
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 reviewing the documentation for autoFillHeight and the table layout entry point; no source file or test is identified in the issue. Compare the requested fixed row-height behavior with the current whole-body filling behavior, then define the API and acceptance cases for empty-row filling before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100