You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to add a select list to the table item, i find there is editable attribute which can be used, for example:
var editable = {
type: "select",
options:{
values: ["choice1", "choice2","choice3"]
}
};
The dropdown is successfully added in the form. But I cannot find an option to add the items with Text and Values for the dropdown as we do in HTML.
Is there any other key for "options" for the same? Please let me know.
The text was updated successfully, but these errors were encountered:
Hello @GDileepG, it fixed on v3.3.4, check this to learn how to configure the text and value on select option. let me know if there's any concern or issues, thanks :)
Hi,
I am trying to add a select list to the table item, i find there is editable attribute which can be used, for example:
var editable = {
type: "select",
options:{
values: ["choice1", "choice2","choice3"]
}
};
The dropdown is successfully added in the form. But I cannot find an option to add the items with Text and Values for the dropdown as we do in HTML.
Is there any other key for "options" for the same? Please let me know.
The text was updated successfully, but these errors were encountered: