Hi
I have around 60 users in my website so I decided to use the pagination feature. The WebLoginPE version I’m using already had the pagination features presented by Taff, so all I had to do was add the &paging=`15` param.
When testing the pagination, I noticed that the sort order was incorrect. For example, when
not using the paging param, my total user’s list display like this:
aa
ai
au
ba
bi
bu
ca
ci
cu
And when using the paging param, the display looks like this:
page 1:
aa
ba
ca
page 2:
ai
bi
ci
page 3:
au
bu
cu
That’s very strange, it looks like the sort order is somehow randomized. Did this happen to you? Any clues about a solution?
Thanks in advance.
Mc