Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

BUG? Set MAX_PAGE triggers 'paged'. #42

Open
momoadeli opened this issue Jan 12, 2015 · 4 comments
Open

BUG? Set MAX_PAGE triggers 'paged'. #42

momoadeli opened this issue Jan 12, 2015 · 4 comments

Comments

@momoadeli
Copy link

$('.pagination').jqPagination({
paged: function(pageNum) {
console.log('inside Pagination paged');
if (numPageTriggers >= 2)
$scope.goToPage(pageNum);
numPageTriggers++;
}
});

is triggered on set max_page. We have worked around this, but generally 'paged' shouldn't be called on set MAX_PAGE. Thoughts?

@gdiazpromeba
Copy link

I am having the same problem.
How do we set max_page without triggering "paged"?

@gdiazpromeba
Copy link

for the moment, I solved it by changing this line

var options = {'trigger': false},

on the base.callMethod = function (method, key, value) in jquery.pagination.js
Please advise.

@jproffer
Copy link

I'm having the same problem. since this has been over a hear and a half, I'm guessing this is no longer being developed.. pity

@beneverard
Copy link
Owner

Hey folks, not actively developed no... but happy for contributions via pull requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants