— I can share the link to my api with ngrok if it helps
— You should only have the contents of "results" as a response
— So i must render all my data? 😕
— Thats not gonna be good things
— Just limit the response to the first two rows
— Whether or not you're rendering all of it or not, you'll be SENDING all of it, which is equally bad
— Just send the data you want to render
— Then how can the datatables know which page it is?