Pagination

This tag defines a Silk Pagination component which will be used to navigate between pages of data.

Tag Use

Used standalone:

<silk:Pagination
  id=""
  size="500"
  pages="10"
  label="Records"
  cssClass=""
/>

Properties

*Required property.

id*

The pagination's unique identifier. Default Value: Empty.

size

Sets the expected number of items per page. Default Value: 500.

pages

Sets the number of pages before adding page schooling buttons. Default Value: 10.

label

Sets the pagination label Default Value: Records.

cssClass

Set an extra CSS class to stylish the pagination component. Require: No Default Value: Empty.