Skip to content

Data Grid Column

Data grid columns are the individual column components that make up the data grid. It is not independent as a component but exists as a child element of the data grid. Columns can be added using the [+] button in the upper right corner of the data grid properties.

The columns added here are datagrid columns. Data grid columns are arranged in tabular form in the data grid properties. Click on a tab element to access the properties of the corresponding datagrid column. Data grid columns are divided into the following column types. Cell input specifications change depending on the column type.

Column TypeData TypeCell input moodCell optionsDisplay formatValue sample
Text inputstringdirect inputapple
Comboboxstringsingle selection filterable1. apple
2. grape
3. melon
1. apple
2. grape
3. melon
apple
Multi-Selectstring(comma seperated)multiple selection unfilterable1. apple
2. grape
3. melon
apple, grapeapple, grape
Checkboxbooleancheckchecktrue
Date Pickerstringdate pickercalendar2019/08/012019-08-01
ButtonstringbuttonEdit button label

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringUnique identifier for the column
2LabelStringlabelstringColumn header label
3WidthNumber100widthnumber100Column width
4Column TypeSelection
1. Text Input
2. Combobox
3. Multi-Select
4. Checkbox
5. Date Picker
6. Button
Text InputColumn input type (no action property)
5Button ColorString
Color Picker
buttonColorstringButton color
6Button Label ColorString
Color Picker
buttonLabelColorstringButton label color
7HalignSelection
1. Automatic
2. Left
3. Center
4. Right
AutomatichAlignstringautoHorizontal alignment of cell content
8Number FormatString
1. None
2. #,#.##
3. #,#.00
NonenumberFormatnoneNumber display format
9Date FormatString
1. yyyy/MM/dd
2. MM/dd/yyyy
3. dd/MM/yyyy
yyyy/MM/dddateFormatyyyy/MM/ddDate display format
10VisibilityBooleanONvisibilitybooleantrueColumn display state
11Column FilterBooleanOFFfilterbooleanfalseEnable filter functionality
12FooterSelection
1. none
2. text
3. sum
4. avg
5. max
6. min
7. count
NonefooterstringnoneFooter aggregation type
13Footer TextStringfooterTextstringText to display in footer
14OptionsTable formatoptionsstring arraySelection options
15Click EventSelection
1. None
2. Action
NoneEvent on click
16Change EventSelection
1. None
2. Action
NoneEvent on value change
PropertyColumn type
Number formatText input
Date formatDate picker
Options1. Combobox
2. Multi-select
Button ColorButton
Button Label ColorButton

Event

Event nameDescriptionColumn Type
onchangeOccurs when a cell value change is made and the cursor is moved out of the cell.1. Text input
2. Combobox
3. Multi-select
4. Checkbox
5. Date picker
onclickOccurs when a component in a cell is clicked.Button