Hi,
I have an sap.m.Table control that is populated with data.
<Table id="idBPList" inset="false" selectionChange="onSelectionChange" items="{/value}">
...
</Table>
I have defined "onSelectionChange" in the controller but the function does not get called when I click on a row in the table. What do I need to do to "select" a row that will fire the selectionChange event.
Thanks,
Mel