Custom Page how to pass record and GET request data
Hello, im new on Filament, im using custom page for custom upload process, i need pass model record data and GET request data, i try it mount() function but not working, how can i send this data to view
6 Replies
Inside the mount() method you should use the request() helper to get the data and then save into a public property on your class
Also you can use
public $record
to inject the recorddoesnt look like the route param is set up
just a query string param i think
Thank you, i will get back to after i try the solution
Please let us know how you get on
Thanks it's worked, i can't get request() method but i use public $record, is work on view