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?
Hmm, I remember having to do some ugly hacks (i.e. accessing javafx nodes) to setup table sorting
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