The data from api contains 6947 projects , but the grid is displaying only 15 rows on the first page and there is not any way to migrate to other pages. I want to apply pagination on the grid, so that the user can navigate between the pages containing other projects.
The data from the api is coming in this form (below)-
data contains first 15 projects(row) and meta contains other projects.

meta contains
i want to implement pagination in this grid.
PS- redux has been implemented to get data in this grid.
Attachment:
New_folder_b182d723.zip