-
-
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?
table 组件的 change 事件的回调函数参数不全。遗漏了最后一个也是最核心的包含变更后 dataSource 的参数对象,具体调用时可以打印出来,希望文档能补充完整,让使用者少走一些弯路。
What does the proposed API look like?
希望补充: change ----> Function(pagination, filters, sorter, { currentDataSource })
