12-09-2017, 07:03 PM
I copied
admin_users.php
from the 'users' directory to the 'usersc' directory. At the top of the copied file I had to change
to
to get the page to load. However
- sort by clicking on column header does not work,
- pagination does not show,
- search input is missing.
What else do I need to modify?
Thanks in advance,
Mike
admin_users.php
from the 'users' directory to the 'usersc' directory. At the top of the copied file I had to change
Code:
require_once 'init.php';
Code:
require_once '../users/init.php';
to get the page to load. However
- sort by clicking on column header does not work,
- pagination does not show,
- search input is missing.
What else do I need to modify?
Thanks in advance,
Mike