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
21 Replies
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.
i search but not find the solution
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
for filters check the filters section for table https://filamentphp.com/docs/3.x/tables/filters#custom-filter-forms
custom view it's a custom page
to add action, well there's a whole section for that also https://filamentphp.com/docs/3.x/tables/actions
you can check some tutorials here https://laraveldaily.com/tag/filament
make it will take you on the road
ok thanks i try this
you can also use a view + infolist
https://filamentphp.com/docs/3.x/panels/resources/viewing-records
i want to add filters also and in infolist no filters exist
please tell me how to redirect this viewaction in userresource to viewuser in pages
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
@Leandro Ferreira please tell me the solution
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
what filters?
you want to show table?
if you want to render a custom table, you should do this
https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table
yes want to show table
create a custom page
link was given to you
ok