Hi,
I’ve got a product list within my application and I want to avoid displaying lots of information about the product initially. So what I’m doing is, I’m creating a slide out menu to display the additional info about the product.
My issue is, when I click the button/link to display the menu how can I populate the menu with the selected product. I know I could do it with attaching ID’s, use jQuery to target data, but I’m trying to do it with livewire alone.
I’m also trying to avoid having to make a second request to retrieve the individual product data again, after the product list is initially loaded.
Any suggestions would be really helpful.
Thanks in advance!