custom-per-page
v0.0.5
Published
Controls how many results are displayed per page
Downloads
407
Maintainers
Keywords
Readme
Custom Per Page
Props:
- choices-displayed: string
Props
| Name | Type | Description | | :---: | :---: | :---: | | choices-displayed | string | Specify the choices for number of results to render per page |
This component will render a drop down button to select the number of results to render per page.
<custom-per-page choices-displayed="10,25,50,100"></custom-per-page>