ant-design / ant-design/pro-components
👑 [需求]antd的5.14.0版本的Table组件支持了堆叠列,但是ProTable好像根据columns里的fixed属性对列进行了排序,希望可以增加设置,禁用proTable的排序
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 1.4k
- Avg merge
- 10h 44m
- Merged PRs (30d)
- 3
Description
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
### 🔩 所属模块或组件
率属组件:ProTable
### 🥰 需求描述
antd的5.14.0版本的Table组件支持了堆叠列,但是ProTable好像根据columns里的fixed属性对列进行了排序,希望可以增加设置,禁用proTable的排序
### ⛰ 功能需求适用场景
滚动时能更好的固定表格中间的操作列
Contributor guide
Research direction
Start at the ProTable entry point and trace how its columns are processed from the fixed property before being passed to the antd Table component. Check the antd 5.14.0 stacked-column behavior and determine where an opt-out setting should apply. Done means users can disable ProTable's column reordering while preserving the desired fixed operation-column behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100