You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kevin S
This probably sounds odd. I want to get the row data associated with a click (client side webui), then use that data to interact with the client OS. For example, a row is clicked, and some OS api is invoked using the data from a specific row of that column. I realize this is way outside the scope of a web app, but curious if anyone has thought or attempted to do this with a Chrome plugin, selenium, or even wrapping deephaven in an electron app? In my case I "simply" want to control a separate charting/plotting app with clicks from deephaven, but I can imagine a number of scenarios where this could be useful.
Alternatively, if a row click registers on the server, perhaps there's some way of having a non-browser application connect to a websocket and receive those events, which could then interact with the OS. Just wanted to check if anyone has any thoughts on this.
Document adding a double click handler that has the row data to the plugin, and if not presently available add API support first.
The text was updated successfully, but these errors were encountered:
- Clean up a bunch of the typings around plugins
- Add hooks for panel registration, like `useComponent`
- Removes a lot of the boilerplate code currently used in plugins
- One hydrate method now is used for new panels and rehydrating
dehydrated panels alike
- Makes the examples for
deephaven/deephaven-js-plugins#12 much cleaner
Document adding a double click handler that has the row data to the plugin, and if not presently available add API support first.
The text was updated successfully, but these errors were encountered: