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
0.18.1
无
如表格具有的列的顺序是 A(1,2,3, 4 ) 我拖动一列交换位置后列的顺序变成了 B(1,2,4,3)。但是使用 instance.columns 获取到的仍然是顺序 A。 由于无法获取拖拽后的顺序 B,所以会导致我们 updateOption 重载表格的时候,页面出现变动。
instance.columns 实时的获取当前的列信息。
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
feat: support get sorted columns #986
c8a86ed
2a6736b
fangsmile
Successfully merging a pull request may close this issue.
Version
0.18.1
Link to Minimal Reproduction
无
Steps to Reproduce
无
Current Behavior
如表格具有的列的顺序是 A(1,2,3, 4 ) 我拖动一列交换位置后列的顺序变成了 B(1,2,4,3)。但是使用 instance.columns 获取到的仍然是顺序 A。
由于无法获取拖拽后的顺序 B,所以会导致我们 updateOption 重载表格的时候,页面出现变动。
Expected Behavior
instance.columns 实时的获取当前的列信息。
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: