pass data from Livewire to Wizard
Hello all,
I have wizard with 3 steps, how to pass data ($existingUsersCount) from livewire to 3rd step, my code in attachments.
14 Replies
Are you using a custom page?
I have header action that show wizard in modal, the first step upload csv, the second one to edit the uploaded data and the last step is about show statistics (I want to show num of existing users) and I have livewire component with its blade.
Where is the livewire component?
I will share the code with you, in SSOUserResource I have header action (import).
could you share on gist please?
sorry where?
ok but where are you using
ImportUsersTable
component?In second step to enable user to edit upload data,
you don't need to use a placeholder to render a LW component. You can do this
well, but my main issue is how to pass $existingUserscount from LW to filament
You mean, from LW to Wizard?