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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user