Open mofojed opened 5 months ago
Want some way to hook into the getComponentForType
method: https://github.com/deephaven/deephaven-plugins/blob/df587a8cf88257324fd13ef69215d5224657c509/plugins/ui/src/js/src/widget/WidgetUtils.tsx#L64
We should also make sure it's easy to pass a table and use that viewport data from the UI. Write an example element component doing just that.
I would also like to be able to easily pass our common props to a component, or like extend a component maybe?
As a developer, I want to add a custom
deephaven.ui
Element component and simply define the JS to take advantage of the deephaven.ui framework.E.g. On the server, I want to simply define a component using
deephaven.ui
:And then on the JS side, I want to be able to register an Element/component:
Finally, use it by installing the plugin, and then using it in your query: