Pagination

Pagination allows you to break up content that doesn't fit on a single page.

Class Type
pagination Pagination A class representing pagination
  
    
    Prev
  
  
    
  •       1
        
        
  •       
            
          
        
        
  •       
        
        
  •       
        
        
  •       
        
        
  •       
        
        
  •       
            
          
        
        
  •       
        
      
      
        Next
        
      

    Best Practice

    Tips to keep in mind while using pagination:

     pagination within a table
     pagination within a table

    Do

    Use pagination to help users find information within a table containing a large amount of data.

     pagination within a card
     pagination within a card

    Don't

    Make your user click through multiple pages to find what they need.