When we say server-side, is this equal to the usual MYSQL query:
"SELECT column FROM table LIMIT 10 OFFSET 10;" ?
I just want to make sure that datatables only get the necessary data per page.
When we say server-side, is this equal to the usual MYSQL query:
"SELECT column FROM table LIMIT 10 OFFSET 10;" ?
I just want to make sure that datatables only get the necessary data per page.