Hi guys,
I’m currently evaluating if my company should proceed with vaadin grid oruse something else, and I just stumbled on a problem: I see there is a row details generator, which is great, but there is no such a function for cells.
What I would like to do, for instance, would be to display an “adress” icon on each row of my grid (where 1 row would be 1 customer), and when you mouse over the icon, you get the adress displayed in a tooltip. If I wanted only this, this would be doable by using the row detaisl generator. But then aside, there would be an “order” icon for instance, which shows the orders history for each customer, and aside another cells displaying the last customer login, but when the mouse is over, it would display the whole login history, etc… you get the idea
This would be extremely convenient; but I don’t see how to achieve such a function with your grid at the moment. Maybe you have an idea?