Skip to Content
0
Former Member
Jun 09, 2009 at 11:52 AM

Web Dynpro Table with traffic lights in rows, not in columns

537 Views

Hi Experts,

I have a special problem. I built the UI Element Table dynamically with a dynamic number of columns and rows. Now I need in some rows traffic lights (image) and in other rows normal numbers (textview). I know, that it is no problem to set the cell editor of table columns. But how can I set the cell editor for rows? Is it possible? Could it be possible to set cell editor for single cells, when I bind my data with

node->bind_table( data_table )

?

It need a table like this:

field1               field2                field3                field4                field5

10,0                15,3                20,6                21,0                25,98              

traffic light        traffic light       traffic light        traffic light       traffic light      

10,0                15,3                20,6                21,0                25,98              

traffic light       traffic light       traffic light        traffic light       traffic light      

Can someone help me?

Best regards,

Ingmar