[MT2343] Makes action column not sortable in root budgets
This commit is contained in:
parent
b1fa68c77c
commit
4dae655e9b
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@
|
|||
$(document).ready(function() {
|
||||
$("#periodsh").tablesorter({
|
||||
widgets : ['zebra'],
|
||||
sortList: [[0,0]]
|
||||
sortList: [[0,0]],
|
||||
headers: {6:{sorter:false}}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue