Hi,
to do this you can override user table output with Joomla override feature.
You can follow these steps:
- Copy file from /components/com_jsn/views/list/tmpl/table_user.php to /templates/your-template-folder/html/com_jsn/list/table_user.php
- Edit new file and add code to show row numbers
Maybe something like this can be difficult if you not have PHP experience, but for us it is so simple, so to met your requirement we will provide you the code
:
- Copy attached file to folder /templates/your-template-folder/html/com_jsn/list/ (create folder if not exists)