I would like to ask
How to connect selected cells from the database?
On my website, I will have different buttons and
I try to connect the buttons to the selected cells in the database,
button one: 1st row 3rd column
button two: 2nd row 3rd column
Is there a way to do that?
Also, is there a way to connect to two cells?
button: 1st row 3rd column & 2nd column
Can you clarify what the functionality of the buttons would look like? Are you trying to update specific items in your database, upload new items, or submitting data?
You can take a look at the following APIs and see if they work for you:
wix-data update() insert() get()
I hope this helps, if not please provide more information on the functionality.