Closed nise closed 6 years ago
Hi @nise . You need to handle the page items yourself. This component is just the pagination part. For your issue, you need to split your page items into multiple parts based on your page-count
. And you need to define the click-handler
so that the UI will load your page items in that page. You can get any details in the documentation. Thanks.
Could you provide an example on how to apply the component to some page items?
I tried the following, but it is not possible to browse through pages of items:
What is wrong with it?