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

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
Labelstring
Column Typeselect- Text
- Number
- Date
- Date Time
- Time
- Checkbox
- Rating
- Avatar
- Image
- Icon Button
- Button
- Link
Text
Widthnumber100
Colorstring
color picker
Input Adornments Position [Text/Number]select- NONE
- START
- END
NONE
Input Adornments [Text/Number]string
Halingselect- LEFT
- CENTER
- RIGHT
[details 1]
Format[Number]select- None
- #,#.##
- #,#.00
None
Format[Date]select- yyyy/MM/dd
- MM/dd/yyyy
- dd/MM/yyyy
yyyy/MM/dd
Format[Date Time]select- yyyy/MM/dd hh:mm aa
- MM/dd/yyyy hh:mm aa
- dd/MM/yyyy hh:mm aa
yyyy/MM/dd hh:mm aa
Maximum [Rating]number5
Precision [Rating]number1
Image Width [Image]number40
Image Height [Image]number40
Object Fit [Image]select- Cover
- Contain
- None
Cover
variant
[Avatar]
select- CIRCULAR
- ROUNDED
- SQUARE
CIRCULAR
variant
[Button]
select- CONTAINED
- OUTLINED
- TEXT
CONTAINED
Underline [Link]select- Always
- Hover
- None
Always
Start Icon [Button]selectNone
End Icon [Button]selectNone
Visibilityboolean- on
- off
on
Disabled [Button/Icon button]boolean- on
- off
off
Click Event
[Image/Link]
select- NONE
- ACTION
ACTION
Click Event
[Button/Icon Button]
select- NONE
- UPLOAD
- ACTION
ACTION

Action

itemPropertiesData TypeOptionsDefault value
IDidstringautomatic
Labellabelstring
Column Type-
Widthwidthnumber100
Colorcolorstring
Input Adornments Position [Text/Number]inputAdornmentsPositionstring
Input Adornments [Text/Number]inputAdornmentsstring
Halinghalignstring- left
- center
- right
[details 1]
Format[Number]formatstring- none
- #,#.##
- #,#.00
none
Format[Date]formatstring- yyyy/MM/dd
- MM/dd/yyyy
- dd/MM/yyyy
yyyy/MM/dd
Format[Date Time]formatstring- yyyy/MM/dd hh:mm aa
- MM/dd/yyyy hh:mm aa
- dd/MM/yyyy hh:mm aa
yyyy/MM/dd hh:mm aa
Maximum [Rating]maxnumber5
Precision [Rating]precisionnumber1
Image Width [Image]imageWidthnumber40
Image Height [Image]imageHeightnumber40
Object Fit [Image]objectFitstring- cover
- contain
- none
cover
variant
[Avatar]
variantstring- circular
- rounded
- square
circular
variant
[Button]
variantstring- contained
- outlined
- text
contained
Underline [Link]underlinestring- always
- hover
- none
always
Start Icon [Button]startIconstring
End Icon [Button]endtIconstring
Visibilityvisibilityboolean- true
- false
true
Disabled [Button/Icon button]disabledbooleanfalse
Click Event
[Image/Link]
-
Click Event
[Button/Icon Button]
-

Tips

[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.