Interface: ColumnDescription
The description of the table column.
Properties
input?
optionalinput:ComponentType
The React component that displays the value of a column.
inputName?
optionalinputName:"InputCell"|"CheckCell"|"SelectCell"|"ActionCell"
The name of the React component that displays the value of a column.
inputProps?
optionalinputProps:any
The properties of the React component that displays the value of the column.
name
name:
string
The column name.
title?
optionaltitle:string
The column title.