Skip to content
Snippets Groups Projects
Commit 8e1fb9bd authored by Piotr Gawron's avatar Piotr Gawron
Browse files

sort by edit/remove disabled

parent a0d70f32
No related branches found
No related tags found
1 merge request!893Resolve "Admin panel columns sorting"
...@@ -139,7 +139,10 @@ MapsAdminPanel.prototype._createProjectTableRow = function () { ...@@ -139,7 +139,10 @@ MapsAdminPanel.prototype._createProjectTableRow = function () {
title: 'Edit' title: 'Edit'
}, { }, {
title: 'Remove' title: 'Remove'
}] }],
columnDefs: [
{"orderable": false, "targets": [6, 7]}
]
}); });
self.bindUserGuiPreference({ self.bindUserGuiPreference({
jQueryObject: $(projectsTable), jQueryObject: $(projectsTable),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment