DoubleColumnSpec

constructor(headerName: String, widthSetting: WidthSetting, valueSelector: (T) -> Double, formatToString: (Double) -> String = { it.toString() }, parseToDouble: (String) -> Double = { it.toDouble() }, onEdit: (rowIndex: Int, newValue: Double) -> Unit? = null)