It would be nice to have the option to enable a default row summary tooltip which lists record fields and their (formatted) values. It would be even better if the user could determine which fields to show, maybe by passing the desired fields to the enable method.
I.e., something like
listGrid.enableRecordSummaryTooltip(ListGridField[] fieldsToDisplay).
Optimally, this tooltip should still be overridable by e.g. a HoverCustomizer.
This shouldn't normally be too hard to achieve by a user defined HoverCustomizer, however, I've problems in getting the ***formatted*** field values...
I.e., something like
listGrid.enableRecordSummaryTooltip(ListGridField[] fieldsToDisplay).
Optimally, this tooltip should still be overridable by e.g. a HoverCustomizer.
This shouldn't normally be too hard to achieve by a user defined HoverCustomizer, however, I've problems in getting the ***formatted*** field values...