Mike Bender
Mike Bender
As a developer using an external IDE (such as VSCode or IntelliJ) in my workflow, I would like a browser mode that automatically opens/updates/closes panels as code is run in...
GridMouseHandler and KeyHandler should just be defined as Interfaces, rather than a base class required to be extended.
As a user, I would like the grid to flash a cell when it's contents has changed for visibility. Similar to this feature in AG Grid: https://www.ag-grid.com/javascript-data-grid/change-cell-renderers/
We should be able to link to an embed widget URL that runs a snippet of code and displays the result. Some suggestions to investigate: - Query parameter `code` that...
**Description** If you run a code block that will make the console scroll as the first command, it doesn't scroll to the bottom. **Steps to reproduce** 1. Run `clear` in...
**Description** A clear and concise description of what the bug is. **Steps to reproduce** 1. Start up a server with Anonymous auth, then go to http://localhost:10000/jsapi/table_viewport.html and run the following...
- Move Panel into @deephaven/dashboard, removing functionality depending on core plugins and keeping in CorePanel in the dashboard-core-plugins package - Should be no breaking changes, as dashboard-core-plugins re-exports the components...
- Should be no breaking changes - Fixes some issues when running locally on Ubuntu 24 - Has some other interesting features, such as the `--only-changed` cli option - Added...
**Description** If you create a [TablePlugin](https://github.com/deephaven/deephaven-js-plugin-template#table-plugin-tableplugin) that listens to `selectedRange`, it does not update reactively and is just `[]`. Also, `panel` is no longer passed through. See https://github.com/deephaven/web-client-ui/pull/2181/files which added...