cancel
Showing results for 
Search instead for 
Did you mean: 

WDA - Table & Tabstrip

Former Member
0 Kudos

Hi,

  We need a WD Application with a Table UI Element. On Selection of a row in the table, the Item details needs to be displayed in a tabstrip format. If we change the data in the tabstrip, does it automatically update in the context?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

chengalarayulu
Active Contributor
0 Kudos

Hi Kumar,

how you are going to display this tabstrip, means on a popup or new view? give me clarificaiton.

Former Member
0 Kudos

Hi

  First you can create another view. Map the node which is bounded with the table with the context of the view. Create an action Lead_selection.

In the view you can place a tabstrip with the fields of the table. Those fields should be mapped with the fields of node. You have to place a button in this view to save the data.

In lead_selection method do navigation to the newly created view. Write code for saving data in dbtable in the action of button.

Once you select any particular data in a table, which will be available in tabstrip. you can edit there and after clicking on the save buitton the data will be saved into table.

Regards

pradeep.