I created a custom component that renders a simple table that shows some calculations based on the current model. When I activate a filter on my model, the model is refreshed but I’m not sure how to refresh my custom component. Any advice would be appreciated, thanks! Eulogio
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

If I were to forego the ‘component’ variable in the componentType.register function, how would I call the draw function from the editor.handleDataRefresh function?