JavaFX TableView sections
On JavaFX, I want to create a TableView with sections on it, like the
Address Book of Android or iOS, in which you have a section for every
letter of the alphabet.
I've tried using TableRow with setGraphic() or setText(), but as they get
reused, every row ends up being a section after I scroll a bit, even after
trying to reset the graphic/text to null.
No comments:
Post a Comment