Will datatable supports for 80000 rows?

Will datatable supports for 80000 rows?

chandrasekhar154chandrasekhar154 Posts: 7Questions: 1Answers: 0

Hi, I have 80000 rows of data. I am able to use this data tables, but when I am addressing to my 80000 records contained table in mysql database, Its not supporting. How can I make this datatable to support for all my rows? Please help me to solve this. Thanks in advance.

Replies

  • allanallan Posts: 63,834Questions: 1Answers: 10,518 Site admin

    Yes, DataTables supports millions of rows. I would suggest when working with more than 50'000 that you use server-side processing. See the manual for more information.

    Allan

  • chandrasekhar154chandrasekhar154 Posts: 7Questions: 1Answers: 0

    Thank you

  • chandrasekhar154chandrasekhar154 Posts: 7Questions: 1Answers: 0

    I am tried on example in page Here I didn't understand one thing. Here I have included all js and css files as suggested in page, and php file also, But in last lines 66 the code is require( 'ssp.class.php' ); what does this ss.class.php file is means for? its not recognition to my path..

  • allanallan Posts: 63,834Questions: 1Answers: 10,518 Site admin

    It is this file. It provides the server-side processing support.

    Allan

This discussion has been closed.