Skip to content

Table Column

Table columns are the individual column components that make up a table. They are not independent as components, but exist as children of the table. Columns can be added by clicking the "Add" button in the upper right corner of the table properties.

The columns added here are table columns. Table columns are arranged in a tabular format in the table properties. Click on a tab element to access the properties of the corresponding table column.

Table columns are divided into the following column types:

Column TypeData typeValue settingExample of value setting
Textstringdisplay stringapple
Numbernumberdisplay value12345
Datestringdisplay string2023-01-01
Date Timestringdisplay string2023-01-01 10:00Z
Timestringdisplay string10:00Z
Checkboxbooleantrue: on, false: offtrue
Ratingnumbernumber of stars5
Avatarnumber• display avatar path or URL
• text of 2 characters or less
/avatar.jpg
ImagestringImage path or URL/image.jpg
Icon Buttonstringicon specification stringAddCircle
Buttonstringbutton labelEdit
Linkstringlink labelLink

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringlabelstringColumn label
3Column TypeSelection
1. Text
2. Number
3. Date
4. DateTime
5. Time
6. Checkbox
7. Rating
8. Avatar
9. Image
10. Icon Button
11. Push Button
12. Link
TextColumn type
4WidthNumber100widthnumber100Column width
5ColorString
Color Picker
colorstringColumn color
6Input Adornment Position [Text/Number]Selection
1. None
2. Start
3. End
NoneinputAdornmentsPositionstringSymbol and unit display position
7Input Adorment [Text/Number]StringinputAdornmentsstringSymbol and unit text
8HalignSelection
1. Left
2. Center
3. Right
[Detail 1]halignstring[Detail 1]Horizontal alignment
9Format [Number]Selection
1. None
2. #,#.##
3. #,#.00
NoneformatstringnoneNumber format
10Format [Date]Selection
1. yyyy/MM/dd
2. MM/dd/yyyy
3. dd/MM/yyyy
yyyy/MM/ddformatstringyyyy/MM/ddDate format
11Format [DateTime]Selection
1. yyyy/MM/dd hh:mm aa
2. MM/dd/yyyy hh:mm aa
3. dd/MM/yyyy hh:mm aa
yyyy/MM/dd hh:mm aaformatstringyyyy/MM/dd hh:mm aaDateTime format
12Max [Rating]Number5maxnumber5Rating maximum value
13Precision [Rating]Number1precisionnumber1Rating minimum unit
14Image Width [Image]Number40imageWidthnumber40Image width
15Image Height [Image]Number40imageHeightnumber40Image height
16Object Fit [Image]Selection
1. Cover
2. Contain
3. None
CoverobjectFitstringcoverImage display method
17Variant [Avatar]Selection
1. Circular
2. Rounded
3. Square
CircularvariantstringcircularAvatar style
18Variant [Push Button]Selection
1. Contained
2. Outlined
3. Text
ContainedvariantstringcontainedPush button style
19Underline [Link]Selection
1. Always
2. Hover
3. None
AlwaysunderlinestringalwaysLink underline setting
20Start Icon [Push Button]SelectionNonestartIconstringPush button start icon
21End Icon [Push Button]SelectionNoneendIconstringPush button end icon
22VisibilityBooleanONvisibilitybooleantrueColumn show/hide
23Disabled [Push Button/Icon Button]BooleanOFFdisabledbooleanfalseDisabled state
24Click Event [Image/Link]Selection
1. None
2. Action
ActionClick event
25Click Event [Push Button/Icon Button]Selection
1. None
2. Upload
3. Action
ActionClick event

[Details 1] Halign (halign)

Halign (halign) default value depends on the column type.

Column TypeDefault Value
TextLeft (left)
NumberRight (right)
DateRight (right)
Date TimeRight (right)
TimeRight (right)
CheckboxCenter (center)
RatingLeft (left)
AvatarCenter (center)
ImageLeft (left)
LinkLeft (left)
ButtonCenter (center)
Icon ButtonCenter (center)

Event

Event NameDescription
onclickFor click event "Action": Occurs when a component in a cell is clicked.
For click event "Upload": The action is executed when the "Open (O)" button is clicked after the file is selected.