2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed issue: Missing number of records per page in sample search

This commit is contained in:
Adam Zammit
2017-11-23 10:57:13 +11:00
parent 0382d5615f
commit 6012a27a03

View File

@@ -314,7 +314,7 @@ if ($sample_import_id != false)
<script type="text/javascript">
$(document).ready(function() {
$('#bs-table').DataTable( {
"dom": 'Bfrtip',
"dom": 'Bfrltip',
"buttons": ['copy','csv','excel','pdf','print'],
"processing": true,
"serverSide": true,