@vlaaad happen to have any example of an editable table view around?
I decided not to do editable table views because I thought it should be better to implement it declaratively by changing description of a cell to be some input instead of relying on javafx's editable prop
Ah. So put a text input inside a cell?
Oh, actually, there is an :editable
prop, most have forgotten about it
https://github.com/cljfx/cljfx/blob/d0294d49e87ad61db5408e3bddc33c8fd4e6c92c/src/cljfx/fx/cell.clj
As seen here
Try setting it to true in cell factory function? Sorry, not around a computer, can try
I guess I just thought that it should not be used in idiomatic cljfx: view should be data-driven, and editable relies on local mutable state, but added it just for API coverage
I thought I remembered reading somewhere how to package my app for win10 (when on mac)
specifically, how to get the correct versions of JavaFX to put in the uberjar
is that documented somewhere?