How to manipulate data on neotable? - Forum

Forum Navigation
You need to log in to create posts and topics.

How to manipulate data on neotable?

I see on NeoTableSetColumn command take a subroutine parameter to manipulate data.

How this works?

For example I have a text on cell and need when the text is "Open" the text color to be green but when is "Close" the text color to be red.

General I try to understand how to use a subroutine to manipulate table column data?

 

@ecotip, that's explained in neoTable tutorial (source code included in My Documents\VisualNEOWeb\SampleApps\Tutorials (please check):
https://visualneo.com/tutorials/neotable

Regards.

Thank you very much!!!