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
image.png
Was this page helpful?