vhs / nomos

Membership management system made VHS-centric
25 stars 7 forks source link

Add pagination controls to the admin/users page #255

Closed martinhansdk closed 5 years ago

martinhansdk commented 5 years ago

Adds pagination controls to the admin/users page. Uses the bootstrap pagination control to implement it.

In order to do this, a CountUsers function is added to the backend.

Filter expressions are no longer limited to filter only the visible columns. They are only limited to filter the columns that the current user is allowed to see.