Search
2986 results 521-530
Forum
- 1st Jun 2012UI theme footer padding to next divNo question about this now, there is a similar thread in http://datatables.net/forums/discussion/2170/excessive-bottom-padding-between-datatable-and-next-element/p1
- 17th May 2012problem footer tablehello, 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" } } } ) [/code] thanks
- 14th May 2012problem footer table flotinghello, 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
- 10th Feb 2012Table not showing up, but header and footer show up...Hi, I have a problem. my datatable doesn't display the table with data, it displays the footer(showing the number of rows), search box but not the table. this doesn't happen every time. if i refresh it after some time table displays with data. Please help me, i may be going wrong some where which is causing this issue. -> I am using IE8 as the default browser. -> data is in a json object. This is happening at the client side and i am not able to reproduce the same on my machine. Thanks Anikethan
- 27th Jan 2012Header and footer expand greatly when datatable is largeAs the data grows so does the header. I finally isolated it down to this css file: /tst/tools/global/websrc/DataTables-1.8.2/examples/examples_support/themes/smoothness/jquery-ui-1.8.4.custom.css I found this to be the culprit: /* required comment for clearfix to work in Opera */ * html .ui-helper-clearfix { height:1%; } I changed the height to 0% and the problem is resolved. * html .ui-helper-clearfix { height:0%; }
- 29th Nov 2010Controls in FooterIs it possible to inject the pagination controls within the existing '' element of a table?
- 27th Apr 2026string-based index for configuration/examplesin the header or footer the content will apply
- 25th Mar 2026How to have sorting and filtering together in table head?placed not in the footer, but in the head
- 1st Apr 2026how to align search input fields when target is tfooti have my column control search fields in the footer but i want the box on the left of the column if it's text and aligned right if it's numeric (same as body)
- 30th Mar 2026How to exclude first column (select checkbox) from columnControl where target is tfoot?the header and the footer (and any rows inside