[#133] Custom reports respect sorting in SQL

This commit is contained in:
Oliver Gorwits
2014-11-16 22:29:11 +00:00
parent f6ae7be611
commit a8208121c2
4 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
<script>
$(document).ready(function() {
$('#rg-data-table').dataTable({
"order": [],
[% INCLUDE 'ajax/datatabledefaults.tt' -%]
} );
} );