Optional
dataOptional
dataSet if new data entry is allowed Setting fieldType to either 'input' or 'select' will generate an element appropriate to that type.
Optional
disableIf set to true, the column will not be resizable
Optional
labelColumn's header label
Optional
onPerforms a transformation on the value before being added to the list
Optional
sizeThe width of the column as CSS size (default: 1fr)
Optional
tooltipIf set to false, will not render a tooltip for the column data (default: undefined) If a custom renderer is used that will not return a value cast-able to a string, you should consider setting this property to false and add a title attribute on the component returned by the custom renderer.
Generated using TypeDoc
Set if data editing is allowed Setting fieldType to either 'input' or 'select' will generate an element appropriate to that type. If not set, will use the dataEntryRender value.