-
-
Notifications
You must be signed in to change notification settings - Fork 616
feat: support column.resizable #1106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
02c41ed
to
0eab6c4
Compare
体验有点怪异,如果是超出 width 的时候缩小应该就是缩小,不应该把右边的撑开才对。 |
6ad31d3
to
c50f2da
Compare
c50f2da
to
97d5903
Compare
I am following this as I am also waiting for this feature. |
waiting for it😊 |
重构table搁置了,处理一下冲突推进得了。 |
那敢情好啊 |
waiting for it😊 |
10 similar comments
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it😊 |
waiting for it |
1 similar comment
waiting for it |
waiting for it😊 |
1 similar comment
waiting for it😊 |
waiting for it,Please merge it |
antd v6 有没有可能 table 组件基于 TanStack Table 重构呢?我感觉 tanstack table 作为 table 引擎,数据逻辑层面的东西都封装好了,我们只需要基于它做一层很薄的封装即可,剩下的就是样式问题了,而且引入它也不存在依赖剧增的情况(说实话 antd 整个包也不小了),当然这是只是建议,具体看官方怎么决断 |
用 TanStack Table 不太可能,但是 rc-table 这个库之前有重构的计划,具体看 @zombieJ 有没有时间了 |
原先内部
onColumnResize
重命名为onColumnWidthChange
,进行区分Summary by CodeRabbit