Adding edit button in table

0
Hi, I had added the table and also added the link so that it will redirect to the page. I need to add edit button so that any person will be able to add the link. If the person clicks edit they will be able to add the link. So please tell how to add link in edit button?
asked
1 answers
0

Add a Dataview sorrounding your structure.

Add one attribute each for your link displayed on screen to the Dataview entity.

Add Edit button to each of the link. 

On click open a popup containing textBox/TextArea which as source as attribute from the entity. Saving should save the link added by user. You can add validations to check if link is proper.

Finally configure Link button to open the link from the attribute. 

answered