-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
每次拖动可伸缩列按照文档中的例子会重新渲染并且没有节流(可以理解为了动画连贯性),数据量增加就会变得非常卡,求问能不能直接支持可伸缩列而不使用 vue-draggable-resizable 这种形式
What does the proposed API look like?
<a-table :drag="true" />
benemohamed