can I develop edit option using data tables for more than 100,000 records of data.?
can I develop edit option using data tables for more than 100,000 records of data.?
chandrasekhar154
Posts: 7Questions: 1Answers: 0
I have 100,000 data to edit. Previously to display the data I have used data tables server side scripting to just display and multi column filtering. Now I want to edit. How can I approach? Could you please suggest me.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Editor can be used with server-side processing - like in this example.
Allan
But which should retrieve data from mysql table, this table contains 200,000 records.
Thank you in advance
Yes. In that example there is only 57 rows in my demo table, but it gets it from a MySQL database. I've seen it being used with millions of rows.
Allan
Woow.. Thank you Allan. I will Try it
I have tried datatables editior. Some where I am mismatching my code. Could you please tell me where I can found this entire source code to install and run in my local system with mysql database. Thank you in advance
The PHP and .NET packages on the Editor download page include all of the examples available on the Editor site.
Allan