How to add a column in the table to order the number of rows

i want to add a column in order to know the number of rows in the table and for the arrangement of the table in the search operations also

I believe if you add a column and give it the dynamic value of $index+1 that will achieve the desired result ($index starts numbering at 0)

1 Like

mr. Hyperbytes
thanks for help its work :slight_smile:
i believe you very helpful human , thank you very much for help.

3 Likes