HTML5 Data Bindings State Management Support Product Page

I hope there will be walkthrough on how to make pagination with number

Asked 07 Apr 2016 10:45:20
1
has this question
07 Apr 2016 10:45:20 Firdaus Rohman posted:
Like this;

[previous] [1] [2] [3] [4] ..... [9] [10] [next]

Replies

Replied 08 Apr 2016 06:16:28
08 Apr 2016 06:16:28 Greta Garberini replied:
Replied 08 Apr 2016 14:27:24
08 Apr 2016 14:27:24 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 08 Apr 2016 14:35:20
08 Apr 2016 14:35:20 Greta Garberini replied:
Hmm, I remember having done just that with the extension "extended repeater" The code looked something like:

<div>
pages: <a href="#" data-binding-id="pages" 
data-binding-repeat="{{repeat1.$totalPages}}" onClick="dmxExtendedRepeaterAction('setPage','repeat1','{{$number}}')">&nbsp;{{$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 08 Apr 2016 15:13:15
08 Apr 2016 15:13:15 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 08 Apr 2016 16:26:37
08 Apr 2016 16:26:37 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 11 Apr 2016 14:55:32
11 Apr 2016 14:55:32 Teodor Kuduschiev replied:
Hello,
Soon there will be a pagination extension available.

Reply to this topic