You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using event like event.preventDefault() in onPageClick method,
it will case error when use the api $(selector).pagination('selectPage', pageNumber);
Because selectPage will not pass the event to the _selectPage.
The text was updated successfully, but these errors were encountered:
If using event like event.preventDefault() in onPageClick method,
it will case error when use the api $(selector).pagination('selectPage', pageNumber);
Because selectPage will not pass the event to the _selectPage.
The text was updated successfully, but these errors were encountered: