I don't see any documentation for allowing two "type" options for a field in editor. I have field that is a type:select, but in some instances I need to have that field read-only. I found the following example on how to make readonly dynamic: https://datatables.net/forums/discussion/60190
but how do I do this for a select box? Is there another parameter I can use, such as disabled, or locked?