Fork me on GitHub
#cljfx
<
2021-07-01
>
thom08:07:58

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?

vlaaad11:07:56

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

vlaaad11:07:15

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