problem footer table floting

problem footer table floting

paradita85paradita85 Posts: 16Questions: 0Answers: 0
edited May 2012 in General
hello, could you help me solve this problem?

http://www.subirimagenes.com/imagen-capturadepantalla-7695201.html

code:

listarreserva = $('.listarreserva').dataTable( {
"bJQueryUI": true,
"sScrollY": "450px",
"bPaginate": false,
"bScrollCollapse": true,
"aoColumns": [
{ sWidth: '10%' },
{ sWidth: '20%' },
{ sWidth: '10%' },
{ sWidth: '10%' },
{ sWidth: '5%' },
{ sWidth: '10%'},
{ sWidth: '35%'}
],
"oLanguage": {
"sProcessing": "Procesando...",
"sLengthMenu": "Mostrar _MENU_ registros",
"sZeroRecords": "No se encontraron resultados",
"sInfo": "Mostrando desde _START_ hasta _END_ de _TOTAL_ registros",
"sInfoEmpty": "No existen registros",
"sInfoFiltered": "(filtrado de un total de _MAX_ líneas)",
"sInfoPostFix": "",
"sSearch": "Buscar:",
"sUrl": "",
"oPaginate": {
"sFirst": "Primero",
"sPrevious": "Anterior",
"sNext": "Siguiente",
"sLast": "Último"
}
}
} )

thanks
This discussion has been closed.