F
Filamentβ€’14mo ago
umar farooq

how to add a button to open custom view

hi everyone. i want to add a button in user table row to open a custom view of that user transaction history and also want to add pagination and filter for date from to until how to do this in laravel filament v3
No description
21 Replies
Filament
Filamentβ€’14mo ago
We're confident that you can find the answer to this question in the docs. Please visit https://filamentphp.com/docs and use the search input to find what you are looking for. If you are still having trouble, please reply to this message to provide more information about your use case.
umar farooq
umar farooqOPβ€’14mo ago
i search but not find the solution
krekas
krekasβ€’14mo ago
lol. this is a bot if you didn't see it πŸ˜„ as for your questions everything is in a docs pagination in your pictures is already there
krekas
krekasβ€’14mo ago
custom view it's a custom page
krekas
krekasβ€’14mo ago
to add action, well there's a whole section for that also https://filamentphp.com/docs/3.x/tables/actions
krekas
krekasβ€’14mo ago
you can check some tutorials here https://laraveldaily.com/tag/filament make it will take you on the road
umar farooq
umar farooqOPβ€’14mo ago
ok thanks i try this
umar farooq
umar farooqOPβ€’14mo ago
i want to add filters also and in infolist no filters exist
umar farooq
umar farooqOPβ€’14mo ago
please tell me how to redirect this viewaction in userresource to viewuser in pages
No description
LeandroFerreira
LeandroFerreiraβ€’14mo ago
https://filamentphp.com/docs/3.x/tables/columns/getting-started#opening-urls
->url(fn ($record): string => UserResource::getUrl('view', ['record' => $record->id]))
->url(fn ($record): string => UserResource::getUrl('view', ['record' => $record->id]))
umar farooq
umar farooqOPβ€’14mo ago
i want to show only user record in viewuser page where id is equal to the user id coming from the userresource as shown in url but in this view all user records come how to do this
No description
No description
umar farooq
umar farooqOPβ€’14mo ago
@Leandro Ferreira please tell me the solution
umar farooq
umar farooqOPβ€’14mo ago
i want to get the records of namaz on the viewuser page of that user whose id coming from userresource page and data of namaz record is too much so also wants to apply filters and this work not possible in infolist
krekas
krekasβ€’14mo ago
what filters? you want to show table?
umar farooq
umar farooqOPβ€’14mo ago
yes want to show table
krekas
krekasβ€’14mo ago
create a custom page link was given to you
umar farooq
umar farooqOPβ€’14mo ago
ok
Want results from more Discord servers?
Add your server