cancel
Showing results for 
Search instead for 
Did you mean: 

Setting different Tabel Cell SemanticColor for Multiple Columns of each row

Former Member
0 Kudos

Hi,

I have requirement of setting different colors to different columns for each row based on some condition in table data.

The data to table is coming from model, hence table is mapped to model node and attributes.

I have created Seperate Node CellColorNode with attribue CellClr1 and CellClr2 of type TextView Semantic Color.

Set the calculated, read only attribute to True. Mapped table columns text view to the CellColorNode->CellClr1 and CellColorNode-->CellClr2 correspondingly.

Now, my query is how do i set the colors to CellClr1 and CellClr2 attributes. As I need to set the color for multiple columns of each table row.

Is it in method getColorCellCellClr generated? Any  Example Code?


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Its resolved by following below link

http://scn.sap.com/thread/158286

Answers (0)