F
Filament6mo 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
Itachi6mo ago
i just want to show admin realated data.
awcodes
awcodes6mo ago
$table->modifyQueryUsing(), then pass in a closure to restrict the query to records that belong to the user.