how to load 2000 rows quickly, each row containing an html form

how to load 2000 rows quickly, each row containing an html form

crush123crush123 Posts: 417Questions: 126Answers: 18
edited March 2015 in DataTables 1.10

for many of my pages, i am using datatables and editor, using editor to produce the json object.

i have a products page list, each row with an 'add to cart button' in its own form with unique id.

i generated this page with a dom source (mysqli recordset ) bit it takes about 7 seconds to render (compared with less than 1 second when using ajax sourced similar data.

what is the best method to load my data ?

Answers

  • crush123crush123 Posts: 417Questions: 126Answers: 18

    Think I've sussed it.

    Use columns render to create my form with the appropriate id's from the data

This discussion has been closed.