Pagination
Pagination allows you to break up content that doesn't fit on a single page.
Class | Type | |
---|---|---|
pagination
|
Pagination | A class representing pagination |
Best Practice
Tips to keep in mind while using pagination:
Do
Use pagination to help users find information within a table containing a large amount of data.
Don't
Make your user click through multiple pages to find what they need.