datatables-rowsgroup icon indicating copy to clipboard operation
datatables-rowsgroup copied to clipboard

UMD, package.json, and proper deinitialization

Open futpib opened this issue 7 years ago • 1 comments

Motivations:

  • UMD - kinda obvious
    • Needed to use this plugin in CommonJS environment
  • package.json
    • Browserify can not load a module without package.json (I expect the same is true for webpack)
  • deinitialization, event namespacing and unbinding
    • When datatable is destroyed, rowsGroup failed to unbind it's event, and, if later you instantiate datable on the same DOM element, you get double event handling from both old and new rowsGroup instances

futpib avatar Mar 30 '17 08:03 futpib

Argh... Only see you've already do this. Thank with this. I want to rewrite it with ES6 and publish at npm.

ashl1 avatar Aug 26 '17 16:08 ashl1