diff --git a/Gruntfile.js b/Gruntfile.js index 4f86296ac..b7524e85a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -242,6 +242,15 @@ module.exports = function (grunt) { ], dest: bootstrapDir + '/editor.md', flatten: false + },{ + expand: true, + cwd: nodeDir + '/tablesort/dist/', + src: [ + 'tablesort.min.js', + 'sorts/**' + ], + dest: bootstrapDir + '/tablesort', + flatten: false },{ expand: true, src: [ diff --git a/package.json b/package.json index 024433998..2184b0203 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "popper.js": "^1.16.1", "select2": "^4.0.13", "spectrum-colorpicker2": "^2.0.10", + "tablesort": "^5.6.0", "vis-timeline": "^7.4.7" } }