Data Grid pagination #31198
Replies: 2 comments
-
I am using pagination from react-js-pagination (https://www.npmjs.com/package/react-js-pagination). You need to integrate it with the DataGrid by managing the "current items" that you pass to the items property of the DataGrid, but manageable. The only issue I found is for the select/multiselect, since you change the items, the selection is really a headache which I am still struggling with. It would be great to have a pagination feature in this component. |
Beta Was this translation helpful? Give feedback.
-
I've solved paging and multiselect using a guid for each row and following Data Grid properties:
with ...
|
Beta Was this translation helpful? Give feedback.
-
Hello,
is there a way to pagination the Data grid react component: https://react.fluentui.dev/?path=/docs/preview-components-datagrid--default ?
Any ideas would be highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions