A directive to aid in paging large datasets while requiring the bare minimum of actual paging information.
We are very dependant on the server for "filtering" results in this paging scheme. The central idea being
we only want to hold the active "page" of items - rather than holding the entire list of items in memory
and paging on the client-side.
Basic Sample
The simplest example for the paging directive
Use the text boxes to adjust directive settings for each example below
For advanced settings you will need to click the apply button
OnClick and Href Sample
View the console.log to see onClick action
Notice the URL after clicking a page below
The text setting {page} will insert the page number in the href
Apply Settings
Boolean Flag Sample
By default all flags are set to false
Many of the settings will apply to other samples on this page
{{isDisabled}}
{{hideIfEmpty}}
{{scrollTop}}
{{showPrevNext}}
{{showFirstLast}}
Apply Settings
Text and Title Sample
The text {page} will insert the page number in all the text title page attribute