jquery-datatables-rails
jquery-datatables-rails copied to clipboard
TypeError: plugin is undefined
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
Had the same, setting pagingType fix it, e.g.
pagingType: "simple_numbers"
Thanks! helped me in Jan 2019!