-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui.table #77
Comments
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). |
ui.table should support a density prop, similar to https://react-spectrum.adobe.com/react-spectrum/TableView.html#density Related to: deephaven/web-client-ui#885 but on a per table basis. |
Here are how my initial attempts line up with the requests: Display names (#105) event listener (Fixes #180) requests from #77: Show/hide quick filter by default density Ability to hide column headers 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)
I see that sort is on UITable; I think we need the ability to control reverse as well. |
.context_menu
) #321on_row_press
) #320The text was updated successfully, but these errors were encountered: