UserViewResource so admins can manage all of their user’s views. If you are using Filament Tables, you can recreate this table:
-
Create a new Livewire component
-
Locate the
ListUserViews.phpfile in this pluginsLivewiredirectory and copy and paste its contents into your newly createdListFilterSetscomponent. -
Add the Favorites Bar to your
list-user-viewsview component: -
Finally add the route to
routes/web.php.