How to get selected records without any BulkAction or Action?

I have a form and a table on a page when select box value changes it will load below related table of clients what I am trying to fix is when a client is selected right side should show client's detail, I have made table to select only 1 record using maxSelectableRecords(1)
No description
1 Reply
sagarrabadiya
sagarrabadiyaOP2mo ago
I tried with ->currentSelectionLivewireProperty("selectedRecordId") and also declared public array $selectedRecordId = []; on a component mine is custom resource page with out {record} parameter but that also doesn't work

Did you find this page helpful?