Using Step Form with Livewire
I am using Step Form on Action to Build 3 Step Form.
I am using Livewire table in Step. In the Table every row has checkbox to select rows.
I need help On final Submit How do I get back the rows value which are checked? Any idea?
My Resource File.
Livewire Blade file
1 Reply
I'm not sure you can tbh, with a table it's completely out of scope. My only thought is to store the table values in the session on a bulkaction event and on submit, get the stored values? Or maybe you can get the table selected records for each element in the form?