cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Images in a table cell

nikhil_bose
Active Contributor
0 Kudos

experts!

How can we place multiple images in a table cell ? Each one needs a LinkToAction UI Element.

Please tell how it is possible.

nikhiL

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We can have Multiple columns and have images for each columns with link to action. The number of columns can be customized dynamically also. For this you can use the procedure what praveen has mentioned. addding all the image name in context node and using it for column.

But do you mean Multiple images in a singles cell of a column, i.e multiples images in each column. If this is a case, try creating a column group and add extra columns and use it.

Answers (2)

Answers (2)

Former Member
0 Kudos

In the table create a Column with Cell Editor as LinkToAction.And for that link set imageSource property to the image u want to display.And ensure u have copied the image under the folder src/mimes/Components/<comp package> of ur component

Once u do this an image is diaplayed in the required column in ur table

Now bind your Action to the LinkToAction u created to the column.

Former Member
0 Kudos

It's not supported. Maybe you can use a RowRepeater instead (>= NW 7.1).

Armin

nikhil_bose
Active Contributor
0 Kudos

thanks for quick reply armin.

but i am in 2004s.

any alternative will be appreciated greatly

thanks again

nikhiL

Former Member
0 Kudos

Using several columns in a common column group might be an alternative.

Armin