Handling Huge amount of date in DataTable

Handling Huge amount of date in DataTable

niyasniyas Posts: 4Questions: 0Answers: 0
edited July 2012 in DataTables 1.9
Hi,

I would like to handle huge amount of data in DataTable(approx: 2 Lakhs Rows with 10 Columns). The data will be only text and numbers. How do I achive this.

Replies

  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    See the 'speed' FAQ for information on this: http://datatables.net/faqs#speed

    Allan
  • niyasniyas Posts: 4Questions: 0Answers: 0
    Hi Allen,

    I tried all those but it doesn't work for me. For loading the whole data to datatable it taking more time (approx 3 mints). Is there any other way to handle huge amount of data.
  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    > Is there any other way to handle huge amount of data.

    Server-side processing will handle many many millions of rows.

    Allan
This discussion has been closed.