We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
可以通过 extra 字段知道当前 change 触发来源是 sorter、filter 或是 pagination
这样用户可以根据这个信息做一些业务的处理,比如针对 filter 变更做单独的处理,debounce 等
The text was updated successfully, but these errors were encountered:
feat: Table onChange add extra.changeType API #1238
79dd2a0
9bb922d
8cb088e
feat: Table onChange add extra.changeType API #1238 (#2617)
b6216f4
* feat: Table onChange add extra.changeType API #1238 * chore: update yarn lock * docs: update Table doc --------- Co-authored-by: shijia.me <[email protected]>
v2.72.0-beta.0 支持
Sorry, something went wrong.
No branches or pull requests
Which Component Need Enhancement 期望新增功能的组件
What does the proposed API look like 期望支持的API
Feature Description 功能描述
可以通过 extra 字段知道当前 change 触发来源是 sorter、filter 或是 pagination
这样用户可以根据这个信息做一些业务的处理,比如针对 filter 变更做单独的处理,debounce 等
Additional information 补充说明
The text was updated successfully, but these errors were encountered: