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
1.16.2
https://codesandbox.io/p/sandbox/nxyt76
1.选中单元格,可以看到表头已高亮customCellStylePlugin里面的customCellStyle、customCellStyleArrangement均已正确设置(需要在console里查看customCellStylePlugin状态。)
2.点击按钮展示弹窗 3.弹窗展示的时候,onReady会被调用,返回的tableInstance里面的customCellStylePlugin里面的customCellStyle、customCellStyleArrangement都被清空了,导致当前选中区域表头高亮消失,且关闭弹窗之后,高亮也不会 再显示
展示弹窗时,customCellStylePlugin状态被清空,导致当前选中区域表头高亮消失,且关闭弹窗之后,高亮也不会 再显示
展示弹窗时,customCellStylePlugin状态保持,当前选中区域表头高亮不应消失,且关闭弹窗之后,再次选择其他弹窗时,也能继续展示高亮
- OS:win10 - Browser:edge最新 - Framework:react 18.3
No response
The text was updated successfully, but these errors were encountered:
Rui-Sun
No branches or pull requests
Version
1.16.2
Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/nxyt76
Steps to Reproduce
1.选中单元格,可以看到表头已高亮customCellStylePlugin里面的customCellStyle、customCellStyleArrangement均已正确设置(需要在console里查看customCellStylePlugin状态。)
2.点击按钮展示弹窗
3.弹窗展示的时候,onReady会被调用,返回的tableInstance里面的customCellStylePlugin里面的customCellStyle、customCellStyleArrangement都被清空了,导致当前选中区域表头高亮消失,且关闭弹窗之后,高亮也不会 再显示
Current Behavior
展示弹窗时,customCellStylePlugin状态被清空,导致当前选中区域表头高亮消失,且关闭弹窗之后,高亮也不会 再显示
Expected Behavior
展示弹窗时,customCellStylePlugin状态保持,当前选中区域表头高亮不应消失,且关闭弹窗之后,再次选择其他弹窗时,也能继续展示高亮
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: