Hi All,
I have a requirement to disable checkbox of certain rows in a sap.ui table (selection mode = MultiToggle) depending upon a field value, so is there any function in sap.ui table which gets triggered after table is rendered (similar to sap.m "updateFinished" event) so that I can add the logic to disable checkbox ?
To add, once table is rendered user can do sort/filter/addition & deletion of new items, so the function should ensure that after each of these operations the disabled rows should remains the same. Until now, Updatefinished event of sap.m table is doing that for me, but now I want to achieve similar function in sap.ui table. Thanks!
Thanks
Amit Srivastava