If I use html tags to define an datatable with an select editor, how would I set the options to an array without it thinking it’s a string and loading the url?
Sex
If I use html tags to define an datatable with an select editor, how would I set the options to an array without it thinking it’s a string and loading the url?
You can embed json in the HTML markup
<div view="column" editor="richselect" options='json://["a","b","c"]'