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

TypeError: plugin is undefined #219

Open
Imran-Haider313 opened this issue Nov 15, 2016 · 2 comments
Open

TypeError: plugin is undefined #219

Imran-Haider313 opened this issue Nov 15, 2016 · 2 comments

Comments

@Imran-Haider313
Copy link

I'm using jquery-datatables-rails vs 3.4 . previously I upgraded it from 'jquery-datatables-rails', '~> 2.1.10.0.3' . and just after the upgrading without changing anything else it stopped working . so i'm assuming that files placementment in application.coffee.js is fine and something is wrong with old datatable methods . But according to Documentation old methods should also work . error in console on loading is only

TypeError: plugin is undefined datatable jquery

@Imran-Haider313 Imran-Haider313 changed the title TypeError: plugin is undefined datatable jquery TypeError: plugin is undefined Nov 15, 2016
@nxdefiant
Copy link

Had the same, setting pagingType fix it, e.g.
pagingType: "simple_numbers"

@waruboy
Copy link

waruboy commented Jan 5, 2019

Thanks! helped me in Jan 2019!

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

3 participants