Skip to content

Commit

Permalink
Merge pull request #709 from RockefellerArchiveCenter/aurora-ui-cleanup
Browse files Browse the repository at this point in the history
Disable sorting for specific saved accession table columns
  • Loading branch information
HaSistrunk authored Jan 29, 2025
2 parents 7850bd0 + 5c0fab8 commit e076b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bag_transfer/templates/accession/saved.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
createdRow: function(row, data, dataIndex) {
$(row).attr('data-accession-id', data[5]);
},
columnDefs: [
{ orderable: false, targets: [3, 4] } // Disable sorting for transfers and status
],
order: [1, 'desc'],
processing: true,
serverSide: true,
Expand Down

0 comments on commit e076b6f

Please sign in to comment.