Я новичок в React и Core UI, и было бы здорово, если бы кто-нибудь помог мне в этом.
Я загружаю пользователей в свой cDataTable из API. На данный момент у меня в базе 12 пользователей. Как показано ниже, моя текущая страница - 1, а записей на страницу - 10. Это отлично работает
But when i navigate to page 2 cDataTable shows no results. But according to the React developer tools I can see that I have 2 users fetched from the API.
Any ideas on how to solve this??
p.s: I have tried fetching users on page 1 after records per page changed to 25 and it gets me back my 12 users from the API
введите описание изображения здесь