AdaptableFormFieldType
Types of Controls used in an AdapTable Form
TypeScript
export type AdaptableFormFieldType = 'text' | 'select' | 'date' | 'number' | 'checkbox' | 'textOutput';Types of Controls used in an AdapTable Form
export type AdaptableFormFieldType = 'text' | 'select' | 'date' | 'number' | 'checkbox' | 'textOutput';