HTML5 Data Bindings State Management Support Product Page
I hope there will be walkthrough on how to make pagination with number
Asked 9 years ago
1
has this question
9 years ago Firdaus Rohman posted:
Like this;[previous] [1] [2] [3] [4] ..... [9] [10] [next]
Replies
Replied 9 years ago
9 years ago Greta Garberini replied:
Replied 9 years ago
9 years ago Firdaus Rohman replied:
That only walkthrough to make [prev] [next] pagination. What I want to achieve is pagination with page number, like [1] [2] [3] [4] ..... [9] [10]. Any idea how can I achieve this?
Replied 9 years ago
9 years ago Greta Garberini replied:
Hmm, I remember having done just that with the extension "extended repeater" The code looked something like:
This way it was possible to click each page number. Maybe the search-term extended repeater can help?
The problem is that the settings have changed so that the old (blue) video tutorials don't really help
<div> pages: <a href="#" data-binding-id="pages" data-binding-repeat="{{repeat1.$totalPages}}" onClick="dmxExtendedRepeaterAction('setPage','repeat1','{{$number}}')"> {{$number}}</a> </div>
This way it was possible to click each page number. Maybe the search-term extended repeater can help?
The problem is that the settings have changed so that the old (blue) video tutorials don't really help
Replied 9 years ago
9 years ago Firdaus Rohman replied:
Thank you Greta. I'm aware of the client side pagination tut with extended repeater, however I want to achieve the page number pagination with server connect method. Something that can be achieved using DMXzone Paginator PHP www.dmxzone.com/go/16577/dmxzone-paginator-php
Replied 9 years ago
9 years ago Greta Garberini replied:
I see. this would be great, indeed. I'd also like to combine it with a "filter as you type" and can't find the right algorithm for this.
Replied 9 years ago
9 years ago Teodor Kuduschiev replied:
Hello,
Soon there will be a pagination extension available.
Soon there will be a pagination extension available.