Hi,
I have a table (sap.m.Table) declared as following:
<Table id="idFmembersTable"
inset="false"
mode="MultiSelect"
I need to disable some checkboxes in the table based on some row values
How can I do that
thanks