Coloring datacell inside buffered data table

Hi.

Is there a way to color a single data cell in a buffered data table?

For example, I would like to color data cells which matches the value in comparison and can be seen on interactive table node. Does data cell have color method to color itself?

Thank you very much.

Anyone?

Please help.

Thank you very much.

You can either define a custom color handler for the table (but then it won't highlight the cell but the row header!) or you define a custom data type (ColoredDoubleCell?) with a predefined renderer. But that is then also kind of static, e.g. color all negative numbers red.

I can see your use case but I'm not aware of a nice(r) solution right now.

Cheers,
  Bernd