jquery-datatables-rails icon indicating copy to clipboard operation
jquery-datatables-rails copied to clipboard

TypeError: plugin is undefined

Open Imran-Haider313 opened this issue 9 years ago • 2 comments

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 avatar Nov 15 '16 13:11 Imran-Haider313

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

nxdefiant avatar Jan 30 '17 13:01 nxdefiant

Thanks! helped me in Jan 2019!

waruboy avatar Jan 05 '19 03:01 waruboy