Table::ColumnType
Type of Table
's column.
Type | String |
This type can have following values:
"text"
- Renders readonly String value."edit"
- Like"text"
but allows user to edit the text."checkbox"
- Renders a checkbox, the data type must be Boolean."custom"
- Supports arbitrary type of data but a drawing function has to be provided. Note that native objects likeImage
can not be passed toTable
as data.