deephaven / deephaven-plugins

Deephaven Plugins
11 stars 14 forks source link

ui.table #77

Open mofojed opened 12 months ago

mofojed commented 12 months ago
niloc132 commented 10 months ago

Ability to hide column headers - it might be this is more appropriate to ask for a different component entirely for this case, a list view that attaches to a table, takes a template or something.

Ability for the server to specify rows to select.

Allow multi/single selection.

Allow row selection to be visible with checkboxes (vs just styled as highlighted, etc).

Allow columns to be kept hidden, even though they are subscribed (and so in the payload to be sent to the server on events).

dsmmcken commented 8 months ago

ui.table should support a density prop, similar to https://react-spectrum.adobe.com/react-spectrum/TableView.html#density

Related to: https://github.com/deephaven/web-client-ui/issues/885 but on a per table basis.

devinrsmith commented 2 months ago

I see that sort is on UITable; I think we need the ability to control reverse as well.