Skip to content
Snippets Groups Projects

disable not sortable columns

Merged Piotr Gawron requested to merge 1693-sorintg into devel_16.1.x
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -205,7 +205,7 @@ MapsAdminPanel.prototype._createProjectTableRow = function () {
}],
order: [[0, "asc"]],
columnDefs: [
{"orderable": false, "targets": [7, 8]}
{"orderable": false, "targets": [6, 7, 8, 9]}
]
});
self.bindDataTablePageLengthToUserPreference({
Loading