I am using a SmartTable. SAP UI5 library version is 1.52.15
My requirement is, I need to disable row selection (entire row including checkbox) of the SmartTable based on some row status when loading value from ODATA (model).
I am writing the code in "dataReceived" event of the smart table .
But not sure which method will disable the entire row.