install tablesort

This commit is contained in:
Uwe Steinmann 2025-11-25 15:35:30 +01:00
parent fc8afd1b5c
commit a05196b876
2 changed files with 10 additions and 0 deletions

View File

@ -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: [

View File

@ -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"
}
}