How to display label of value stand alone editor?
{
name: "isjoin",
type: 'select',
options: [{
label: 'ok',
value: 'Y'
}, {
label: 'no',
value: 'N'
}, ],
}
I want to display ok or no.
Is there a way?
And I hope to be added load data function with stand alone editor.