-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
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
[Vis Builder] Support UiState in Vis Builder #3650
Comments
Here is a table vis branch with uiState implementation: https://github.com/ananzh/OpenSearch-Dashboards/blob/table-polish-latest/src/plugins/vis_type_table/public/utils/ui_state_management.ts It is using visBuilder 2.5. But could copy the whole vis_type_table for test purpose |
I think the issue is that in visBuilder, we haven't implement a mechanism to allow visBuilder to listen the uiState change. I will use visualization to show what I mean by this: In
loadData() will call
this render method will call In visBuilder, we don't have such mechanism. |
Describe the bug
Currently Vis Builder does not support reading UiState, and this is blocking data table vis from being able to sort columns and persist the sorting columns.
This is the related bug issue: #3642, and this issue occurs after 2.5 release when data table vis is replacing with React and DataGrid. Here is the PR: #2863
The text was updated successfully, but these errors were encountered: