English
Appearance
Home > ColumnType
列数据类型,默认 'text'。决定默认排序类型(sortType)和筛选匹配模式(filterMatchMode)
type ColumnType = 'text' | 'number' | 'select' | 'checkbox' | 'date' | 'boolean';