# CGridInputColumn
Defines input column.
# Slots
# default
slot
Use this slot to set the header caption
# Properties
# Optional Properties
Name | Type | Description | Default |
---|---|---|---|
field | object |string |function | Defines a column data field | undefined |
width | number |string | Defines a default column width | undefined |
min-width | number |string | Defines a column min width | undefined |
max-width | number |string | Defines a column max width | undefined |
column-type | object |string |function | Defines a column type | undefined |
column-style | object |string |function | Defines a column style | undefined |
caption | string |function | Defines a header caption | '' |
disabled | boolean |function | Defines disabled | false |
readonly | boolean |function | Defines readonly | false |
colspan | number |string | Defines the layout colspan. This property can be used when defining in the layout-header and layout-body slots. | undefined |
filter | string |function | Defines a vue filter name | undefined |
header-action | object |string |function | Defines a column header action | undefined |
header-field | string | Defines a column header data field | undefined |
header-style | object |string |function | Defines a column header style | undefined |
header-type | object |string |function | Defines a column header type | undefined |
helper-text | string |function | Defines a helper text ganarator | undefined |
icon | object |string |function | Defines an icon | undefined |
input-class-list | Array |string |function | Defines an input class name | undefined |
input-type | string |function | Defines an input type | undefined |
input-validator | function | Defines an input validator | undefined |
message | object |string |function | Defines a Message generation method | undefined |
rowspan | number |string | Defines the layout rowspan. This property can be used when defining in the layout-header and layout-body slots. | undefined |
sort | string |function |boolean | Defines a sort | undefined |
validator | function | Defines a validator | undefined |
# Methods
Name | Return Type | Description |
---|---|---|
invalidate | --- | Redraws the whole grid. |