1.0.7 • Published 4 years ago

@bonitasoft/pagination-selector v1.0.7

Weekly downloads
1
License
LicenseRef-LICENS...
Repository
github
Last release
4 years ago

pagination-selector

npmVersion

Pagination selector web component. Provide a UI to enter number of elements and page number.

Events

Generates a paginationChanged event when a value is entered

Attributes

  • nbElements (default: 10)
  • pageIndex (default: 0)
  • lang (default: en)

Usage

Run:

npm install @bonitasoft/pagination-selector

Then import node_modules/@bonitasoft/pagination-selector/lib/pagination-selector.es5.min.js

And you can use new html tag <pagination-selector lang="fr" nb-elements="20" page-index="1"></pagination-selector>

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago