There's a newer version of appendGrid!
Drop Down List
There are several ways to generate drop down list which is the select element inside appendGrid. You can pass options as string, array, object or even a function to generate options!

If you are passing options as object, the option order generated may not be the same as what you defined in the object. It is because different web browser will have its own method to handle ordering. Please consider to use array or string instead when the option order is critical.
Drop Down List Test
String 1String 2String[]Object[]FunctionCascade 1Cascade 2Cascade 3UI selectmenu
1
2
3


Show Source Code Download Sample