datatables.plugins icon indicating copy to clipboard operation
datatables.plugins copied to clipboard

colResize not working with jQuery.noConflict()

Open awillinger opened this issue 11 years ago • 1 comments

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.

awillinger avatar Jan 27 '15 11:01 awillinger

I commited a patch for this. Example

maca88 avatar Jan 31 '15 00:01 maca88