Discussions
How to paginate with DTOs?
I am trying to implement pagination in my user index page, but I think it is breaking because the pagination logic adds meta data into the user data, so the UserDTO.fromArray(users) ends up returning an empty array. I was reading online that...
7
859
Showing 1 to 1 of 1 results