Get selected rows in Wizrd form
Hello guys. Im buinding a wizard form and first step I wanna have a table and make it selectable so in step I can use all selected records as form input.
How can I do this?
What I have is:
Wizrd builder (important step):
1 Reply
$this->table->getLivewire()->getSelectedTableRecords()
returns nothing even tho I have selected rows in my table