Please help with displaying large number of records in datatable (100,000 records)
Please help with displaying large number of records in datatable (100,000 records)

- I have data in sql server about 100,000. I have connected the data and displayed it up to datatable, but when running it loads very slowly and broke the frame.
- I have seen the instructions here but it seems to follow ajax: https://datatables.net/extensions/scroller/examples/initialisation/server-side_processing.html
- I want to follow the style of getting data from sqlsrv.
Hope the helping.
Many thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Did you enable server-side processing in your DT initialization?
https://datatables.net/manual/server-side#Configuration
You sympathize but I still do not know how to connect ajax to my database to get data into datatable.
Can you give more specific instructions for me to get data from 1 table in my sqlsrv database onto datatable?
Specifically this line: ajax: '/data-source'
How do I add the source table from my databse here? Many thanks
This section of the manual should help.
I still couldn't understand the problem because I was new to PHP. Hope the helping.
This is my connection string.
`> <?php