link 1: Basic example : loading whole data in the browser
link 2: Data is added and whole data is loading. So it is crashing in browser, since can't handle that much.
link3: Same amount of data is loading faster. It is using Ajax and loading piece of data whenever required (more scroll more data will be loaded)
link 3 with pagination
link 4: with pagination and get data from url (json type data)