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

Can Pandora be updated to the latest version of Metro UI? #7

Open
juminghua0630 opened this issue Oct 24, 2024 · 0 comments
Open

Can Pandora be updated to the latest version of Metro UI? #7

juminghua0630 opened this issue Oct 24, 2024 · 0 comments

Comments

@juminghua0630
Copy link

Metro.pagination({
length: recordCount,
rows: 5,
current: curPage,
target: "#order_pagination"
});

        // add click events
        $('#order_pagination').on("click", "a", function(e){
            e.preventDefault();

            console.log("this:", $(this));
            var page = $(this).data('page');

            console.log('Page ' + page + ' was clicked');
        });

here: Page undefined was clicked

And metro UI 5.0.11 has already resolved this issue.

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

1 participant