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

jquery DataTable issue #149

Open
joenineo opened this issue Aug 28, 2018 · 1 comment
Open

jquery DataTable issue #149

joenineo opened this issue Aug 28, 2018 · 1 comment

Comments

@joenineo
Copy link

Hi

When using DataTable pagination animsition goes to an undefined page when click between DataTable pagination links. How can I stop this.

Any pointers much appreciated

@icarusfactor
Copy link

Found this answer in stackoverflow and it works:
The body has a class i just removed the class and it worked. IT seems like the bootstrap body does not work well with the datatable.

I just added this before my datatables entry in my wordpress theme common.js file <--may have to version number this,as it caches.
$("body").removeClass("animsition");

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