Virtual Column

Virtual Column

modyking55modyking55 Posts: 14Questions: 7Answers: 0

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()...)

Answers

  • allanallan Posts: 61,431Questions: 1Answers: 10,048 Site admin

    You can use Field->getValue() to set a value that will be used rather than getting one from the database for a field.

    Allan

This discussion has been closed.