Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3744

How to display label of value stand alone editor?

$
0
0

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.


Viewing all articles
Browse latest Browse all 3744

Trending Articles