How to get row number automatically in table layout.
You can use pxListSubScript property for getting the row number in Table.
@P.Siva.Praveen Thank you.
Hi @Mohamed_Akeel ,
One more suggestion is like to use "Display Row Numbers"in the presentation tab of the Table Layout and more recommended in case if you have any visibility conditions on the Rows, because if you use “pxListSubscript” it would skip that row number which is hidden.
@Hrishikesh.K Thank you I will try this method.