ColumnsModel

23 Sep 20251 minute to read

Interface for a class Columns

Properties

category string

Specifies the category for columns.

columns ColumnsModel[]

Specifies the sub fields in columns.

field string

Specifies the fields in columns.

format string|FormatObject

Specifies the date format for columns.

label string

Specifies the labels name in columns.

operators { : }[]

Specifies the operators in columns.

ruleTemplate string|Function

Specifies the rule template for the field with any other widgets.

step number

Specifies the step value(numeric textbox) for columns.

template TemplateColumn|string|Function

Specifies the template for value field such as slider or any other widgets.

type string

Specifies the types in columns field.

validation Validation

Specifies the validation for columns (text, number and date).

value string[]|number[]|string|number|boolean|Date

Specifies the default value for columns.

values string[]|number[]|boolean[]

Specifies the values in columns or bind the values from sub controls.