h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

feat: Allow ui.table to fill the remaining card height #2014

Closed marek-mihok closed 1 year ago

marek-mihok commented 1 year ago

https://github.com/h2oai/wave/assets/23740173/efec4285-74ea-448d-9d42-15e5b819894c

Closes #2013

marek-mihok commented 1 year ago

Is this tested to not break existing components with tooltips (regular or within ui.inline) across all supported browsers?

@mturoci, it is tested for every component in every browser and outside or within ui.inline. Also the implementation of this feature changes a tooltip wrapper styles only if height='1' is specified for the component, otherwise the styles are the same as before so there is nothing to break with this change.

Also the only form component with a tooltip supporting specifying height='1' is ui.table.