Is there some javascript I can run that will refresh all components related to a model?
For example, let’s say I reorder the model.data array myself using javascript, this will not refresh components that use the model to show the new order. I could do a refresh on each component I know about individually, but is there some mechanism that just knows what related components exist and allows a refresh on all of them with a function call?
Thanks!