Skip to content

Commit

Permalink
init table
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis Rusenas committed Aug 18, 2015
1 parent 78be9dd commit 0787e09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/salesforce.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ <h3 class="box-title"> {{ data["consultant_bilability"]["title"] }}</h3>
"bAutoWidth": false
});
});

$(function () {
$('#billability').dataTable({
"bPaginate": true,
"bLengthChange": true,
"bFilter": true,
"bSort": true,
"bInfo": true,
"bAutoWidth": false
});
});
</script>

{% end endjs %}

0 comments on commit 0787e09

Please sign in to comment.