I am looking for some advice on how to structure data in my front end.
On page load, ill be fetching records from Xano. I would like to display them in table form where each record is an accordination (like the 'Details - Toggle me' from Shoelace). Furthermore, i would like to be able to select 1 or many, change their status and execute an api call with the selected records.
Do i create this with repeat divs, in a table or in something else?