Hi,Document says that we have option to apply ZebraStripping to table widget to have alternate color for rows.how do we implement it in widget?I tried adding attribute ZebraStripping & set it to true but it didn't work,Could you please suggest the right way to do it?Thanks
Hello Malvika,
It is possible that the documentation may be due for updates.
I have the latest version of OutSystems UI and the class 'table-records-stripping' is excluded. What I did find is that 'table-row-stripping' gives you the same effect.
Not sure what version of the OutSystems UI you may be running, but hope this solves it for you.
Regards,
AJ
adding style class "table-row-stripping" worked, thanks :)