deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

Easy way to see table metadata in the UI without running .getMeta() manually #2100

Open rbasralian opened 3 months ago

rbasralian commented 3 months ago

It would be great if you could see a table's metadata (.getMeta()/.meta_table`) just by clicking around in the UI, e.g. from right-clicking on the column headers or from the "Table Options" menu on the right side. It'd be helpful for quickly understanding the available columns in a wide table.

mofojed commented 3 months ago

Needs spec an JS API support.