Search
2986 results 491-500
Forum
- 27th Sep 2012small bug dataTables 1.9.4 footer using jQuery UIAh - in the old days there wasn't a ui-widget-footer in the jQuery UI files. I'll defiantly look at adding this in. Thanks! Allan
- 12th Jun 2012Sum for each column of filtered (not paginated) rows in the footerI would like to bump this up. I am trying to perform the same thing. I can get total of all rows and paged rows. But I would like to have a total for filtered rows. Seems like I could have a condition to test if the row is filtered or not and if the row is visible (in the filter) add it to the total, otherwise skip. I just do not know what the property and or condition may be. Thanks in advance!
- 28th Oct 2011move filter and dropdown to footerThis works perfect:) Thanks for the help and quick reply. /Birger
- 13th Jul 2011Custom footer text entries based on checked records.I have solved the first question to hide a header content when there is a content in the filter. [code] $('#gridDocuments_filter input').keyup(function () { if ($(this).val().length > 0) { $('#check_all1').attr('style', 'visibility:hidden;'); document.getElementById('lblCheckAll1').innerHTML = ""; } else { $('#check_all1').attr('style', 'visibility:visible;'); document.getElementById('lblCheckAll1').innerHTML = "Select all "; } }); [/code] Thanks, Ram
- 19th May 2011Footer issues with TableToolsThank you for the fix Iksela. This is how Iksela solved it: //When using TableTools with DataTables, the flash buttons won't work if the table is hidden at initialisation time. This code solves that. $(function(){ $("#tabs").tabs({ show: function(ui, event) { ttInstances = TableTools.fnGetMasters(); for (i in ttInstances) { if (ttInstances[i].that.fnResizeRequired()) ttInstances[i].that.fnResizeButtons(); } } }); });
- 9th Nov 2010JS Error when paging datatable with footer totalsI am getting the same error when I try and go to the next page or any page.
- 31st Aug 2010Wrong number of pages displayed in the footerthis example helps me a lot, I removed the scrolling functions, and the constant size of columns : 10%, I have on most of my columns separately declared size (those that I want to be same always and the rest of them are just resized ) and it WORKS! my code only for those tabs is too big like 243 lines and there is functionality for [code]$.loadImages, $.ajaxStart(), $.ajaxStop(), and even $.imageScale [/code] if you want i can send you code by email. thanks a lot mate.
- 2nd Mar 2021Need Responsive footer with '+' sign as others' rows, need solution ASap...........Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
- 16th Jan 2020it is possible to add a footer to the bottom of the page instead of the table, but only on the lastya he buscado soluciones pero no encuentro requiero ayuda
- 22nd Mar 2018Colspan not working in footer upon pdf export. How to over come this issue ?http://live.datatables.net/wiporaga/1/edit