Skip to content

TableColumn

This control is used in list components that are structured in a table format, allowing users to define and customize the layout and content of each column in the table.

  • Applicable List of Control Attributes
  1. Translate: Configures whether to convert to multiple languages(translation purpose).
  2. UIType: Configures the type of UI.
  3. Params: When the UI type is Link,configuring the parameters to be used when calling the URL.
  4. Searchable: Configures whether the column is searchable.
  5. Search: Configures the search type.
  6. Sortable: Configures the sorting capability of the column.
  7. Icon: Configures the usage of icons in the column.
  8. **RangeOption:**Sets the display format of cell values. In addition to common values such as text or numbers, it can also display values as special formats such as (Rating(★★★★☆) or Progress(■■■■□)
  9. LinkOption: Configures whether to display cell values as HTML tags.
  10. Formatter: Configures the value format in the cell
  11. Summary: Sets the display format of the data based on the information registered in prefix, suffix, function, and label.
  12. Use Fixed Header: Configures whether the header is fixed.
  13. Style – Size: Sets the size of the cell.
  14. Style – Font: Configures the font for the string or text.
  15. Style - Text Align: It allows users to set the alignment of data, with the default value being left-aligned.
  16. Style – Text Color: Configures the color for the text.
  17. Style – Background Color: Configures the background color of the component.
  18. Style - Flat Appearance: Flat Appearance: Configures properties related to the border, such as its width, color, and other settings.