Columns

23 Sep 20251 minute to read

Defines the Columns of Query Builder

Properties

category string

Specifies the category for columns.

Defaults to null

columns ColumnsModel[]

Specifies the sub fields in columns.

Defaults to null

field string

Specifies the fields in columns.

Defaults to null

format string|FormatObject

Specifies the date format for columns.

Defaults to null

label string

Specifies the labels name in columns.

Defaults to null

operators { : }[]

Specifies the operators in columns.

Defaults to null

ruleTemplate string|Function

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

Defaults to null

step number

Specifies the step value(numeric textbox) for columns.

Defaults to null

template TemplateColumn|string|Function

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

Defaults to null

type string

Specifies the types in columns field.

Defaults to null

validation Validation

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

Defaults to { isRequired: true , min: 0, max: Number.MAX_VALUE }

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

Specifies the default value for columns.

Defaults to null

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

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

Defaults to null