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 1dc8511 commit 94180fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/public/js/custom/testplan_run.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
$(document).ready(function () {

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

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

0 comments on commit 94180fa

Please sign in to comment.