hi guys
i have a table with data generated from database,i want to add tooltip ,for each row.
tooltip will be different according to rows
hi guys
i have a table with data generated from database,i want to add tooltip ,for each row.
tooltip will be different according to rows
Hi,
please see the com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator interface. By implementing that you can generate any tooltips you want for the table contents.
-tepi