datatables.plugins
datatables.plugins copied to clipboard
colResize not working with jQuery.noConflict()
Having the same problem with this plugin as with colReorder, but they fixed it: https://github.com/DataTables/ColReorder/commit/cfce9037fc741eae823d4c2477ebe530447bb8c4
Error: TypeError: $.fn.datatable is undefined
This happens when you use jQuery's noconflict option.
I commited a patch for this. Example