Optimized row loading

Optimized row loading

TrumTrum Posts: 5Questions: 3Answers: 0

Link to test case: https://demos.turf.gg/
Debugger code (debug.datatables.net):
Error messages shown: No error message
Description of problem: How can I limit my SQL SELECT-query to only select the rows that are selecting. I need to get the current page the user is on and then the amount of rows its displaying per page. I've tried now in a few hours but I have not manage to do it, could someone give a helping hand?

Answers

  • kthorngrenkthorngren Posts: 21,184Questions: 26Answers: 4,925

    Sounds like you are asking for Server Side Processing. Also see this FAQ.

    Kevin

  • TrumTrum Posts: 5Questions: 3Answers: 0

    I've looked at it but I don't really see a reason why it would help me. I sat the serverSide value to true but that makes my site not load the rows.

This discussion has been closed.