JavaFX: multiple columns for same data type in TableView -
i wonder if it's possible make tableview breaks data in multiple columns. so, instead of having long list of checkbox-name pairs, break in n columns:
[✓] jim [✓] joe [✓] sue [✓] jane [ ] susan [✓] mark . . . . . .
considering goal layout-related, recommend used tilepane
checkbox-name pairs, rather table
. know automatically how break ui widgets several columns.
Comments
Post a Comment