CheckboxColumnSpec

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

Constructors

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