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
Page_size represents the default size of the table, and you can update page_size when buttons in page_list are hit.
If you have any question, please give me some extra description about the strange behavior and open the issue again.
EDIT: Error shows when page size is larger than 10, because in javascript, it compares two variable in string and results in "2" > "10". I have fixed the bug in the new version.
Strange behavior when clicking on page_list button
The text was updated successfully, but these errors were encountered: