nazirov91 / ra-strapi-rest

React Admin data provider for Strapi.js
125 stars 40 forks source link

Is pagination work ? #8

Closed stephane-r closed 4 years ago

stephane-r commented 4 years ago

Hello :)

I try to use to very great module with react-admin and strapi. But i've question about Pagination, because my Content-Range is present in my header, but the pagination don't show the correct count and button next/prev.

I've try with static count (ex. 500), but same result.

Do you know if we need other setting ?

Thank you !