Hi,
I wanna update my data when I select a row or a cell in the table. And after that it will link to another page ad i can update the data. Hope for help
When they click a row in the table you want them to be able to update that data in a form and then saved back to data collection?
First of all make the Dynamic Page from the Data Collection. Then when you hook kup the table to the dataset select rows as the selection. Then specify the links for each column to that dynamic page. On that dynamic page just add a SUBMIT button that will save the data.
Oh thank you so much.
Can I know what is the different between dynamic page and the normal page ?
You can read article in: CMS: Examples of Dynamic Pages | Help Center | Wix.com
Or see previous discussion like: https://www.wix.com/code/home/forum/questions-answers/hi-guys-i-have-a-simple-question
Hi Andreas Kviby, Do you have a code example for " Then when you hook up the table to the dataset select rows as the selection. Then specify the links for each column to that dynamic page."?
I need an example to follow for selecting a row and displaying it on a dynamic page.