Hi,
you can do this via template override, follow these steps:
- Copy /components/com_jsn/views/list/tmpl/table.php into /templates/your-template-folder/html/com_jsn/table.php (create directory if not exist)
- Copy /components/com_jsn/views/list/tmpl/table_user.php into /templates/your-template-folder/html/com_jsn/table_user.php
- Edit /templates/your-template-folder/html/com_jsn/table.php to add header of new column
Between lines 63 and 64 add this:
Screenshot 1
- Edit /templates/your-template-folder/html/com_jsn/table_user.php to add content of new column
Between lines 93 and 94 add this:
Screenshot 2
With template override if you update our component these files will not be overwritten
EDIT: we have added screenshot because HTML/PHP have a problem on this forum