Duration: 15:38 min
Summary: When there are multiple records to display on the page, it helps to give the user a set of pages to browse through. For example, if you requested a set of available books to check out in a library, and the result is 150, you can display these books 25 at a time. On the page, there will be pagination so you can easily move from one set to the next and back. We will see the different paginations that bootstrap provides out of the box.