Hi all,
I'm showing some information in a sap.ui.table.Table and in a map. I'd like to highlight the place on the map when a mouseover event on a table row occurs. I've tried many approaches but none actually worked. What would be the correct way? First of all, how to place the listener on a mousover on the row (or each cell separately?), second, how to find the model data that belongs to this row (the table might be sorted differently than the initial model)?
Cheers,
-- Micha