This version is deprecated. See the latest version.
Pagination
Preferred Way
The preferred way of display large amount of data is to use lazy loading or a simple Load more button at the bottom, like so:
Classic Pagination
If you for some reason can’t use Ajax based loading of more records and need classic pagination, use the following Bootstrap style markup.