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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -