DataTables Server Side Processing with PHP-Object Data
DataTables Server Side Processing with PHP-Object Data
OneNonlyNova
Posts: 2Questions: 1Answers: 0
Hey there,
i'm really enyoing DataTables as they make life so much easier but! i get huge performance issues with a couple of tables, for example we have a table for Business Contacs which is quite large (~2500 Entry's) which are currently loaded all at once to the table.
Is there a solution so that we could process it server sided?
I'm sorry that i can't provide a link but our system is intranet for our company only, i'll post the table as it stands now:
thanks in advance!
This discussion has been closed.
Answers
There are server-side examples in the docs.
http://datatables.net/examples/data_sources/server_side.html
yeah sure i know that and it would be simple to do if i would just read some data from a database, but as i need to have the class objects i don't know how to implement that with the server side processing :/