@amanda.hinchman-dominguez DataGrid doesn't have a concept of pagination per se, but you could quite easily create a pagination control that controls what items should be visible, and make sure the items property for datagrid is bound to that list. Alternatively, use the pagination control in JavaFX and add a DataGrid to each page (not a good solution).