Hi Micha, you can retrieve the selected row like this:
$("#" + idTableControl).on('mouseover',function(evt){ $("#" + idTableControl).find('.sapUiTableRowHvr') })
sapUiTableRowHvr is the css class which sapui5 add to selected rows
Hi Micha, you can retrieve the selected row like this:
$("#" + idTableControl).on('mouseover',function(evt){ $("#" + idTableControl).find('.sapUiTableRowHvr') })
sapUiTableRowHvr is the css class which sapui5 add to selected rows