DateColumnSpec
class DateColumnSpec<T>(headerName: String, widthSetting: WidthSetting, valueSelector: (T) -> LocalDate, val dateFormat: DateTimeFormat<LocalDate> = LocalDate.Formats.ISO, onEdit: (rowIndex: Int, newValue: LocalDate) -> Unit? = null) : ColumnSpec<T, LocalDate>
Constructors
Link copied to clipboard
constructor(headerName: String, widthSetting: WidthSetting, valueSelector: (T) -> LocalDate, dateFormat: DateTimeFormat<LocalDate> = LocalDate.Formats.ISO, onEdit: (rowIndex: Int, newValue: LocalDate) -> Unit? = null)