How can use table of filament inside Wizard\Step ?
The situation is the following, I need to generate a final calculation based on many records from different tables that is created for several users... I pass several records to this calculation and I want to show the records from some tables that meet an initial date that I select in the first step, and have within this the option to edit, delete and paginate them as well... is there any way I can do this with the steps?
For now I was thinking up something custom with livewire, but if I can do it with filament, if there is a way I prefer that way... is there anything that can help me solve something like this with filament? Thank you
4 Replies
I have this code right now
any idea friends?
You can resuse the Blade components, but you can't use the table builder inside the form builder.
So I'd go with a ViewField
ok bro, i will check this, thank you so much!
I do it bro, using dynamic date from the step one with wizard, thank you so much for the tips about ViewField