Skip to Content
0
May 10, 2018 at 07:54 PM

selectionChange not firing

1343 Views

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