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

Strange behavior in page_footer_detail #38

Closed
brianw0924 opened this issue Mar 30, 2022 · 1 comment
Closed

Strange behavior in page_footer_detail #38

brianw0924 opened this issue Mar 30, 2022 · 1 comment

Comments

@brianw0924
Copy link

brianw0924 commented Mar 30, 2022

            "page_footer_detail": {
                "page_size": 10,
                "page_list": [10, "all"]
            },

Strange behavior when clicking on page_list button

@w20010703
Copy link
Contributor

w20010703 commented Apr 6, 2022

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.

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

No branches or pull requests

2 participants