How to handle the itemPress of sap.m.Table?
问题 I've written an XML view. Inside it there is a table: <Table xmlns="sap.m" id="myTable" select="" selectionChange="" swipe="" growingStarted="" growingFinished="" updateStarted="" updateFinished="" itemPress="console.log('clicked on item')" > <columns> <!-- sap.m.Column --> </columns> <items> <!-- sap.m.ListItemBase --> </items> </Table> I insert the row to the table using the onInit of the controller, but when I click on a row, the message is not shown. If I use console.log(tablePippo