- Is there a way to use dropdown(select) with json?
I just set like below:
columns: [
{},
{
type: ‘dropdown’,
source: [‘yellow’, ‘red’, ‘orange’, ‘green’, ‘blue’, ‘gray’, ‘black’, ‘white’]
},
{},{},{}
],
then whole cells are empty…
- Can I add event like ‘onchange’ to the dropdown menu?
Thanks.