and then implement it with ``` button("copy all")....
# tornadofx
p
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