Wizard Steps as Table views?
This may be outside the use case of the Wizard, but is there any way to make each step show a table list of records from different tables? The use case is review of imported records, if the list looks correct, they check a box and click Next. It won't progress to the next step unless that box is ticked. The next step is another table list of records from a different table where they do the same. There will be steps where they will have to add/edit records in other tables in addition to the table list steps. Is this possible?
2 Replies
I have this working by iterating through livewire components, but I'm not using the Wizard feature. It'd be nice to as it does all the styling/navigation.
the wizard isnt really built for this
its built for forms really, instead of general interactions
you can always copy the tailwind classes to get the same styling in your own wizard