Skip to content

Commit dad63b0

Browse files
committed
remove ordering functionality from second row of the datatable
1 parent 74e074a commit dad63b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sde_indexing_helper/static/js/affected_urls.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ function initializeDataTable() {
2929
pagingType: "input",
3030
rowId: "url",
3131
},
32+
columnDefs: [
33+
{ orderable: true, targets: "_all" },
34+
{ orderable: false, targets: "filter-row" },
35+
],
36+
orderCellsTop: true,
3237
});
3338

3439
$("#affectedURLsFilter").on(

0 commit comments

Comments
 (0)