LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUIPaginator

Represents the Paginator component for Angular. Allows you to divide the content in multiple views on single page.

Properties


  • currentPage
  • Specifies the number of currently selected page
  • maxPages
  • Determines how many pages are present

Events


  • pageChanged
  • Occurs when currently selected page has changed

Methods


  • firstPage
  • Moves the focus to the first page in the list
  • lastPage
  • Moves the focus to the last page in the list
  • nextPage
  • Moves the focus to the next page from currently selected page
  • prevPage
  • Moves the focus to the previous page from currently selected page