Virtual Column
Virtual Column
modyking55
Posts: 14Questions: 7Answers: 0
in General
i want to init virtual field with static value field to handle options dependency sql example
Select 'My_Name' as 'table.ex',...
Field:inst('My_Name' as 'table.ex'')
editor.dependent('table.ex',function()...)
This discussion has been closed.
Answers
You can use
Field->getValue()
to set a value that will be used rather than getting one from the database for a field.Allan