Search
2986 results 1441-1450
Forum
- 26th May 2014Include a image in excel export by TableToolspossibility to include the footer in exported pdf file
- 25th May 2014Right side border with fixed columns and no scroll barincludes the header and footer. I think it would
- 16th May 2014xscroll not working with filters!!Try: $( table.table().footer() ).on( 'keyup change', 'input', function () { i.e. use the table().footer() method to get the footer element. The problem is that the table is split into three when scrolling is enabled, so your selector isn't matching the footer. Allan
- 8th May 2014Individual column filtering (text inputs) not working with ajax datatext input to each footer cell $('#locator thead th').each(
- 6th May 2014FixedHeader Misalignmentheader, not the floating footer. To highlight the issue
- 30th Apr 2014Uncaught TypeError: Cannot set property '10' of undefinedyou are right!! i use rowspan in the footer ... when i remove them it works fine! thanks!
- 27th Apr 2014Move a row from tbody to tfootthe body to the footer?
- 26th Apr 2014Problems deleting rows and the table's style (fnClearTable function)I can substitute $('#displayData').dataTable().fnClearTable() for $('#displayData tbody').empty() or $('#displayData tbody').html('') , but the footer of the table does not update the quantity of items and the style of the table still does not work.
- 24th Apr 2014PDF Export problem with dropdown filterI managed to fix this issue; Open TableTools.js, find the line --> if ( oConfig.bFooter && dt.nTFoot !== null ) Change to if ( oConfig.bFooter && dt.nTFoot == null ), so it ignores footer with content.
- 23rd Apr 2014fnFooterCallbackone row in the footer! You can just do