jeremykenedy / laravel-users

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter User Index

MACscr opened this issue · comments

I adding a custom field to the users table and would like to be able to filter the filter the results based on the user viewing the list. I dont see anywhere in the code. Is it possible within the index method? Seems pagination is pretty much the only configurable option.

You need to just program it up.