You can create bulk action to modify multiple selected records: https://filamentphp.com/docs/3.x/tables/actions#bulk-actions
Jun 26, 2024
4
Level 4
Simple FilamentPHP question of passing data to CreateRecord
Hi,
I have one page ClientItemsToPay that extends ManageRelatedRecords. That table is displaying unpayed services for client. Now I would like to check some of these items/rows and on click of button to send them to CreateRecord of InvoiceResource so these items appear as invoice items table?
- Do I need to redirect with route parameters, and encode json id's of selected items?
- Can I emit event or something?
How to do this, I am new to filament, tnx.
Please or to participate in this conversation.