![]() |
Sergey Kornilov admin 4/21/2016 |
This is possible and some coding will be required. As a first step go to your list page and run a search for last name that starts with 'a'. This would give you a URL like employees_list.php?q=(LastName~startswith~a)
<a href='employees_list.php?q=(LastName~startswith~a)'>A</a> |