Now I’m probably being dim, and my head isn’t really with it.
I’m creating a front end for a system, I can’t really touch the database but need to get data for viewing, and firing stored functions.
Any way it’s a MySQL db im running
Knex.js
Angular datatables .5.6
My issue is now that the users wish to have access to over 100,000 rows over data. They really don’t need it but who am I to argue. So I have to go server side processing, for pagination, filtering and searching.
I have my knex
What is your question?
Is it about server side processing? Your server needs to return a specific object. See the DataTable official documentation for all needed returned data.
Now I’m probably being dim, and my head isn’t really with it. I’m creating a front end for a system, I can’t really touch the database but need to get data for viewing, and firing stored functions.
Any way it’s a MySQL db im running Knex.js Angular datatables .5.6 My issue is now that the users wish to have access to over 100,000 rows over data. They really don’t need it but who am I to argue. So I have to go server side processing, for pagination, filtering and searching. I have my knex
then my current js
Any help would be appreciated