Skip to content

Commit

Permalink
remove ordering functionality from second row of the datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirandawadi committed Sep 27, 2024
1 parent 74e074a commit dad63b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sde_indexing_helper/static/js/affected_urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ function initializeDataTable() {
pagingType: "input",
rowId: "url",
},
columnDefs: [
{ orderable: true, targets: "_all" },
{ orderable: false, targets: "filter-row" },
],
orderCellsTop: true,
});

$("#affectedURLsFilter").on(
Expand Down

0 comments on commit dad63b0

Please sign in to comment.