column ordering
[osm/LW-UI.git] / vimhandler / template / vim_list.html
index adc823a..ba38f64 100644 (file)
                         '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
                 }
             ]
         });