Array or Json for neoTableEditColumnAsSelect? - Forum

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

Array or Json for neoTableEditColumnAsSelect?

Is this possible? I only see that it asks to specify hardcoded values....

I have tried it but it does not work...

@egodyla in VisualNEO Web you can allways use variables as parameters.

SetVar [option1] "Option 1"
SetVar [option2] "Option 2"
SetVar [option3] "Option 3"
SetVar [options] "[option1]\n[option2]\n[option3]"
neoTableEditColumnAsSelect "Container1" "1" "inline" "" "Select an option" "[options]" "" true ""

Note how I use \n as a new line character.

Open chat
1
Do you need more info?
Hi, do you have any doubt?