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.?

chandrasekhar154chandrasekhar154 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

Answers

  • allanallan Posts: 63,852Questions: 1Answers: 10,519 Site admin

    Editor can be used with server-side processing - like in this example.

    Allan

  • chandrasekhar154chandrasekhar154 Posts: 7Questions: 1Answers: 0

    But which should retrieve data from mysql table, this table contains 200,000 records.
    Thank you in advance

  • allanallan Posts: 63,852Questions: 1Answers: 10,519 Site admin
    Answer ✓

    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

  • chandrasekhar154chandrasekhar154 Posts: 7Questions: 1Answers: 0

    Woow.. Thank you Allan. I will Try it

  • chandrasekhar154chandrasekhar154 Posts: 7Questions: 1Answers: 0

    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

  • allanallan Posts: 63,852Questions: 1Answers: 10,519 Site admin

    The PHP and .NET packages on the Editor download page include all of the examples available on the Editor site.

    Allan

This discussion has been closed.