https://kotlinlang.org logo
p

pike

11/28/2018, 6:09 AM
and then implement it with
Copy code
button("copy all").action {
   copyTableToClipboard(myTable)
}
it throws the error: Error:(95, 54) Kotlin: Type mismatch: inferred type is TableView<CirclePlotModel!> but TableView<CsvJsonModel> was expected