tornadofx-controlsfx
tornadofx-controlsfx copied to clipboard
column filter still work ?
does this still work to filter each column ?
column("GENDER", Patient::gender) { columnfilter { exceptValue(Gender.FEMALE) } }