When I make a console.log in the frontend, I can see the following information:
{recordsTotal: 200, recordsFiltered: 200, data: Array(10)}
But in the listing screen itself (I am using the datatable component of Jquery adapted for Reactjs) appears "Showing from 1 to 10 of 10 records", ie the recordsTotal displayed in the listing is not correct, although I can retrieve the correct information from console.log
How to make recordsTotal appear correctly?