mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Replace nm column jquery-ui sorting with sortablejs
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user