cancel
Showing results for 
Search instead for 
Did you mean: 

Table Cell with multiple clickable items (nested tables?)

Former Member
0 Kudos

Hi there,

we have an application that shows order details in a table. Each order can consists of a number shipments of which a trackingnumber is available.

-


OrderID | Trackingnumbers

-


ABC | #1, #2, #3

-


XYZ | #1

-


Each trackingnumber has to be clickable, when clicked a new window has to pop- up, showing the DHL online tracking info.

What is the best way to achieve this? Dynamic add nested tables for each element with tablecelleditors of type LinkToUrl ?

Many thanks 🐵

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can create a master detail table

1)Your Master table with orders and detail table with tracking numbers.

2)Create a tree by using tree by nesting ui which shows your orders as node and tracking numbers as leaf.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

option 2 would be the most appropriate - wouldn't another possibility be to add dynamicaly tables (each table containing one trackingumber & using LinkToUrl) into the trackingnumber tablecell?

Thanks again -