groostav
01/20/2017, 12:18 AMval first = createCell<VariableSymbol> { it.toString() }
val second = createCell<DOEAlgorithm> { it.name }
val third = createCell<ExpensivePoint> { it.toString() } //whiuch, this is wierd, since this type doesnt toString() nicely...