Hello Experts,
I'm new to this UI5. I have tried to implement the Table UI Element using java script. When I try to execute the application. I got the following error: Undefined is not a function (Google Chrome Browser). Can you please let us know what could be the issue here?
My code is as follows,
var oTable = new sap.ui.table.Table({ | ||||
title: "Sample Table", | ||||
visibleRowCount: 5, | ||||
firstVisibleRow: 2, | ||||
selectionMode: sap.ui.table.SelectionMode.Single, | ||||
navigationMode: sap.ui.table.NavigationMode.Paginator, | ||||
fixedColumnCount: 2 | ||||
}); |
Thanks and regards
Saravanan K