TextColumnSpec

class TextColumnSpec<T>(headerName: String, widthSetting: WidthSetting, valueSelector: (T) -> String, onEdit: (rowIndex: Int, newValue: String) -> Unit? = null) : ColumnSpec<T, String>

Constructors

Link copied to clipboard
constructor(headerName: String, widthSetting: WidthSetting, valueSelector: (T) -> String, onEdit: (rowIndex: Int, newValue: String) -> Unit? = null)