Hi Experts,
I am using sap.ui.table.table control in my application.
I have an requirement to disable rows depending upon some flag lets say XRow.
I know we can't disable a row but we can set the editable property for controls in column as false/true using the formatter with XRow.
But my issue I also has individual flags for these columns. So I don't know how to apply two formatters for a single column (One with XRow and another with individual flag)
Could you please help.
Thanks
Sanjay