PaginatedTableView control
jsmithAug 22 2012 — edited Sep 16 2012Does anybody of have an example combining the Pagination control with the TableView control?
http://docs.oracle.com/javafx/2/ui_controls/pagination.htm
http://docs.oracle.com/javafx/2/api/javafx/scene/control/TableView.html
I don't really mind how the control is packaged - either as a single integrated control or with the two control instances interacting with each other and displayed in, for example, a VBox with the Pagination under the TableView.