how can i implement the backend pagination in node-express according to your react frontend ....I cant even see the pagination design in the userlist page(in the code there is a component but its not reflected in the page)
Hi Mohamed,
Sorry for the late reply.
You can find the pagination component in src/app/modules/apps/user-management/users-list/components/pagination/UsersListPagination.tsx.
Our backend CRUD app API is based on Larave but you can implement backend pagination using any server-side framework. Our CRUD app API docs can be found in https://preview.keenthemes.com/theme-api/api/documentation#/Users
To implement the server-side pagination in ExpressJs you can refer to the tutorial below.
https://medium.com/@akhilanand.ak01/implementing-server-side-pagination-in-react-with-node-js-and-express-417d1c480630
Regards,
Lauris Stepanovs,
Keenthemes Support Team
how can i do this for .net web api ?