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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -