F
Filament14mo ago
Itachi

how modify list page data

How can I modify the data displayed on the list page? I want only the data of the logged-in user to be shown. How can I implement this?
No description
2 Replies
Itachi
ItachiOP14mo ago
i just want to show admin realated data.
awcodes
awcodes14mo ago
$table->modifyQueryUsing(), then pass in a closure to restrict the query to records that belong to the user.

Did you find this page helpful?