Name | Rating | Address | Phone | Country |
---|
<DataGrid
pagination
style={{ width: '100%' }}
columns={[
{ field: 'name', label: 'Name' },
{ field: 'rating', label: 'Rating' },
{ field: 'address', label: 'Address' },
{ field: 'phone', label: 'Phone' },
{ field: 'country', label: 'Country' },
]}
rowsData={data}
/>
Benchmark
- https://ej2.syncfusion.com/react/demos/#/material/grid/paging
- https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/paging/
- https://www.telerik.com/kendo-react-ui/components/grid/paging/
- https://ag-grid.com/javascript-grid-pagination/
- https://github.com/tannerlinsley/react-table/blob/master/docs/api/usePagination.md
- https://www.jqwidgets.com/react/react-grid/#https://www.jqwidgets.com/react/react-grid/react-grid-paging.htm
- https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RecordPaging/React/Light/
- http://tabulator.info/docs/4.5/page