You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request
In the Grid documentation page's Tooltip section https://vaadin.com/docs/latest/components/grid#tooltips the documentation only covers the cell-level Tooltip generator - grid.addColumn(...).setTooltipGenerator(...). It should be mentioned that you can also set a tooltip generator for the entire row with grid.setTooltipGenerator(...).
If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.
The text was updated successfully, but these errors were encountered:
Tell us about your request
In the Grid documentation page's Tooltip section https://vaadin.com/docs/latest/components/grid#tooltips the documentation only covers the cell-level Tooltip generator -
grid.addColumn(...).setTooltipGenerator(...)
. It should be mentioned that you can also set a tooltip generator for the entire row withgrid.setTooltipGenerator(...)
.If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.
The text was updated successfully, but these errors were encountered: