Join Slack
Powered by
and then implement it with ``` button("copy all")....
# tornadofx
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
Open in Slack
Previous
Next