Column

constructor(header: Header, width: ColumnWidth, filter: Filter<Item, CellValue>? = null, sortable: Boolean = true, cellValue: (item: Item) -> CellValue, createCell: @Composable (item: Item, value: CellValue) -> Cell<CellValue>)