Hello,
I am trying to read the data of a particular row from an sap.m.table using below code:
var selRowContext = rowtable.getBindingContext(SelctdRow);
var rowmodel = rowtable.getModel();
SelectStatus = rowmodel.getProperty("Status", selRowContext);
but selRowContext doesn't support by m.tables, instead getProperty(Status) cannot be read as per the declaration defined in sdk.