Pagination

This component silk:Pagination renders a page counter to navigate between data groups.

This class works standalone and is not a container.

Tag Definition

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.

Last updated