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
actionRef.current?.reset(); 可以重置 table 的 sorter 和 filter 状态,但 UI 没有被重置,这个是 Bug 吗?
https://codesandbox.io/p/sandbox/cha-xun-biao-ge-forked-xvg9vx?file=%2FApp.tsx%3A4%2C24
table UI 的 filter 和 sorter 被重置
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
🐛 bug 描述
actionRef.current?.reset();
可以重置 table 的 sorter 和 filter 状态,但 UI 没有被重置,这个是 Bug 吗?
📷 复现步骤
https://codesandbox.io/p/sandbox/cha-xun-biao-ge-forked-xvg9vx?file=%2FApp.tsx%3A4%2C24
🏞 期望结果
💻 复现代码
table UI 的 filter 和 sorter 被重置
https://codesandbox.io/p/sandbox/cha-xun-biao-ge-forked-xvg9vx?file=%2FApp.tsx%3A4%2C24
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: