Filter/mutate source data
I'd like to be able to do some basic mutation of the underlying data, for example filtering rows or changing the column order based on user inputs in other components in the TUI
I know how to implement the functionality in the backend itself to actually mutate the dataframe, but less sure what would be required to refresh the UI after mutation or which caches, etc need to be invalidated.
Do you have any recommendations for how to best implement this? Does everything need to go thru the front end, or is there a way to directly change the contents of the backend and have the front end pick up the changes?
1 条评论