column ordering
Change-Id: Ic39dcc67d0676259c112a7b306bc45233e9f3d92
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/vimhandler/template/vim_list.html b/vimhandler/template/vim_list.html
index adc823a..ba38f64 100644
--- a/vimhandler/template/vim_list.html
+++ b/vimhandler/template/vim_list.html
@@ -127,7 +127,8 @@
'onclick="javascript:deleteVim(\''+row['_id']+'\', \''+ row["name"] +'\')" data-toggle="tooltip" data-placement="top" data-container="body" title="Delete">' +
'<i class="far fa-trash-alt" ></i></button></div>';
},
- "targets": 5
+ "targets": 5,
+ "orderable": false
}
]
});