Hi Folks
Here I'm trying to make a table non-editable with following code (setting the property editable as false.
var oFuncAreaTable = new sap.ui.table.Table({ id: "FuncAreaTable", visibleRowCount: 6, firstVisibleRow: 2, selectionMode: sap.ui.table.SelectionMode.Single, width: "100%", editable: false });
Still the table contents are editable. How to make it non-editable
Please note: We are developing UI5 based pages in MII Workbench.
Regards
Som