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 filterable• apple
• grape
• melon
• apple
• grape
• melon
apple
Multi-Selectstring(comma seperated)multiple selection unfilterable• apple
• grape
• melon
apple, grapeapple, grape
Checkboxbooleancheckchecktrue
Date Pickerstringdate pickercalendar2019/08/012019-08-01
ButtonstringbuttonEdit button label

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
Labelstring
Widthnumber100
Column Typeselect
  • Text Input
  • Combo Box
  • Multi-Select
  • Checkbox
  • Date Picker
  • Button
  • Input Text
    Button Colorstring
    color picker
    Button Label Colorstring
    color picker
    Horizontal PositionSelect
  • Automatic
  • Left
  • Center
  • Right
  • Automatic
    Number Formatstring
  • None
  • #,#.##
  • #,#.00
  • None
    Date Formatstring
  • yyyy/MM/dd
  • MM/dd/yyyy
  • dd/MM/yyyy
  • yyyy/MM/dd
    Visibilityboolean
  • on
  • off
  • on
    Filterboolean
  • on
  • off
  • off
    Footerselect
  • none
  • text
  • sum
  • avg
  • max
  • min
  • count
  • None
    FooterTextstring
    Optionstable
    Click Eventselect
  • NONE
  • ACTION
  • NONE
    Change Eventselect
  • NONE
  • ACTION
  • NONE

    Action

    項目PropertiesData TypeOptionsDefault value
    IDidstringautomatic
    Labellabelstring
    Widthwidthnumber100
    Column Type-
    Button ColorbuttonColorstring
    Button Label ColorbuttonLabelColorstring
    Horizontal PositionhAlignstring
  • auto
  • left
  • center
  • right
  • auto
    Number Format
  • none
  • #,#.##
  • #,#.00
  • none
    Date FormatdateFormat
  • yyyy/MM/dd
  • MM/dd/yyyy
  • dd/MM/yyyy
  • yyyy/MM/dd
    Visibilityvisibilityboolean
  • true
  • false
  • true
    Filterfilterboolean
  • true
  • false
  • false
    Footerfooterstring
  • none
  • text
  • sum
  • avg
  • max
  • min
  • count
  • none
    FooterTextfooterTextstring
    Optionsoptionsstring array
    Click Event-
    Change Event-

    Tips

    PropertyColumn type
    Number formatText input
    Date formatDate picker
    Options• Combobox
    • 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.• Text input
    • Combobox
    • Multi-select
    • Checkbox
    • Date picker
    onclickOccurs when a component in a cell is clicked.• Push button