Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken update on changing the input box page value in ExtJS pagination #389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 3, 2018

  1. Fix broken update on changing input box value

    The table would not update if you changed the page value in the input box, i.e. if the input box showed page 1 and you changed it to page 5, nothing would happen whereas you would expect page 5 to be loaded into your table.
    
    `fnExtStylePagingInfo` is used in 3 other places in this file, so I guessed that the usage of `fnPagingInfo` in the `nPageNumBox.change` block was a typo and should have been `fnExtStylePagingInfo`. This indeed fixes the problem.
    siccovansas authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    79d2ccc View commit details
    Browse the repository at this point in the history