This topic is locked

Pagination (again) in PHPRunner 6?

2/11/2012 1:01:45 PM
PHPRunner General questions
G
giwi_dev author

Dear all,
I looked at

http://www.asprunner.com/forums/topic/8544-pagination-links-for-next-and-previous/
But couldn't find the js function WritePagination in any of the include js files in the new version of PHPRunner.

Could anyone help how to achieve the effect of the next and previous record instead of the next 10 and previous 10 records?
so instead of

[1 2 3 4 5 6 7 8 9 10] and next giving me [11 12 13 14 15 16 17 18 19 20]
it would turn to

[1 2 3 4 5 6 7 8 9 10] and next gives me [2 3 4 5 6 7 8 9 10 11]
Thanks for any help
With kind regards,

Brian Mulder