Very big table problem

Very big table problem

FreakmeisterFreakmeister Posts: 2Questions: 0Answers: 0
edited September 2011 in General
I have a very big table - 23,000 rows. And DataTables first loads a hole table and only after that cuts it to pages. It makes document load very slow and it doesn't look good. Is there a way to make DataTables load only one page at the time and do cuting on pages in some php-script instead?

Replies

  • pmccannpmccann Posts: 9Questions: 0Answers: 0
    Yes: the documentation gives lots of examples of doing this. See for example

    http://datatables.net/release-datatables/examples/server_side/server_side.html

    Cheers,
    Paul
This discussion has been closed.