Skip to content

Allow middle clicking a dashboard top tab to close the dashboard #1990

@dsmmcken

Description

@dsmmcken

We allow middle clicking to close a tab within a dashboard, we should also allow middle clicking the dashboard's tab itself to close the whole dashboard.

Example for creating a dashboard:

from deephaven import ui, empty_table

my_dash = ui.dashboard([
  empty_table(10).update("x = i"),
  empty_table(10).update("x = i"),
])

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions