Skip to content

Commit

Permalink
sorting removed on run page.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitorko committed Feb 19, 2016
1 parent 8a0e89c commit 45bb04a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/public/js/custom/testplan_run.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ $(document).ready(function () {

$('#testplanrun-ele').DataTable({
"bPaginate": false,
"aoColumnDefs": [
{'bSortable': false, 'aTargets': [1]}
]
"aaSorting" : [[]]
});

$("#checkAll").click(function (event) {
Expand Down

0 comments on commit 45bb04a

Please sign in to comment.