Replace nm column jquery-ui sorting with sortablejs

This commit is contained in:
Hadi Nategh
2021-08-04 14:48:02 +02:00
parent af2a2a016e
commit 8743bf64b0
2 changed files with 14 additions and 25 deletions

View File

@ -962,7 +962,7 @@ export class et2_grid extends et2_DOMWidget implements et2_IDetachedDOM, et2_IAl
}
//todo: fix the sortable import statement
//todo (todo-jquery-ui): fix the sortable import statement
import('../../../node_modules/sortablejs/Sortable.min.js').then(function(){
this.sortablejs = new Sortable(tbody,{
group: this.options.sortable_connectWith,