forked from qwerty/tupali
ajuste de tablas check
This commit is contained in:
parent
5d149877a0
commit
7d1604c99a
@ -1476,6 +1476,7 @@ $tabla= "<div class='container'> $cabecera $cadena_busqueda $filtro_campos $filt
|
|||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
$('#planilla').DataTable( {
|
$('#planilla').DataTable( {
|
||||||
dom: 'Bfrtip',
|
dom: 'Bfrtip',
|
||||||
|
pageLength:5,
|
||||||
buttons: [
|
buttons: [
|
||||||
'copy', 'excel', 'csv','print'
|
'copy', 'excel', 'csv','print'
|
||||||
]
|
]
|
||||||
@ -1491,7 +1492,7 @@ else{
|
|||||||
$respuesta = new xajaxResponse('utf-8');
|
$respuesta = new xajaxResponse('utf-8');
|
||||||
|
|
||||||
$respuesta->addAssign("check_div","innerHTML","$resultado");
|
$respuesta->addAssign("check_div","innerHTML","$resultado");
|
||||||
$respuesta->addScript("$('#planilla').DataTable( { dom: 'Bfrtip', buttons: ['copy', 'excel', 'csv','print']} );");
|
$respuesta->addScript("$('#planilla').DataTable( { dom: 'Bfrtip', pageLength:5, buttons: ['copy', 'excel', 'csv','print']} );");
|
||||||
return $respuesta;
|
return $respuesta;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user