cljfx

https://github.com/cljfx/cljfx
thom 2021-07-01T08:48:58.016800Z

Anyone got any examples or advice on using table view sort orders? Is it just a matter of taking a ref to the columns and putting something in the sort order prop?

vlaaad 2021-07-03T11:48:56.016900Z

Hmm, I remember having to do some ugly hacks (i.e. accessing javafx nodes) to setup table sorting

vlaaad 2021-07-03T11:50:15.017100Z

I wanted to add a shortcut to apply sorting, found the code: https://github.com/vlaaad/reveal/blob/master/src/vlaaad/reveal/view.clj#L239