Search
2965 results 501-510
Forum
- 26th Oct 2016Adding a TR to the bottom of each group of rows (as a "footer" for each group)@allan, I'm working on a DT instance that will use DataTables ability to group rows by a specific column (As found in this example). Only, instead of just adding a tr above the grouped rows, I also need to add another tr to the bottom of the grouped rows (to show the orders sum total, and a few other things). I created a DataTables JSBin instance to help get things going. You can see how the rows are grouped by the company name, and in an effort to keep the grouped rows together (regardless of what column the table is ordered by), I set the columns.orderData value for each column. So, is there an easy way to add another tr after the groups rows, but before the next groups tr? Thanks! -J Update Looks like I was able to get this sorted out, checkout the new code in this JSBin instance. I'm not positive that that's the best way to go about doing it, so if there's a better way, lmk! P.S. I'm thinking about making a DT plugin that will make this much easier... think itll be useful to others?
- 30th Aug 2016Adding Date and URL in Header and FooterI want to insert a downloaded Date and URL in PDF and Print options, As well as set a custom margin for the same options.
- 9th Aug 2016Remove some search bars from footerHi I want to remove the search bars from specific divs i'm using this tutorial https://datatables.net/examples/api/multi_filter.html I want to remove the search bars under the buttons in the table in the attachement. How can do so? Any help is much appreciated.
- 29th Jul 2016Colspan not working in footer upon pdf exportExample : http://live.datatables.net/wiporaga/1/
- 7th Jan 2016combine Footer callback (Sum) with Individual column searching (select inputs)Hello, i would like to use in my grid this two examples: 1. https://datatables.net/examples/advanced_init/footer_callback.html and 2. https://datatables.net/examples/api/multi_filter_select.html if i do this - instead of seeing the sum i get select box Thanks for Help
- 18th May 2015How To increase the page number in page footerPlease Send Me answer
- 15th Apr 2015Adding jQuery UI Combobox to datatable footer and setting scrollX: true, hides the dropdown listHello, I have been trying to make a Datatable like so ( http://datatables.net/examples/api/multi_filter_select.html ), the difference with my datatable is that in the initComplete I add jQuery UI combobox ( https://jqueryui.com/autocomplete/#combobox ). It works as expected. The problem occurs when I set scrollX: true. When the combobox drops down to show the options, the options gets restricted under a div with class 'dataTables_scrollFoot', so I'm unable to see the full drop down. It can be seen here ( https://www.dropbox.com/s/9ixwe1i4viwq5s9/Screenshot%202015-04-15%2010.28.20.png?dl=0 ) Is there a way around for this? I can't say surely but I kind of remember reading some where on the forum or in the documentation that integrating such widgets might make the datatables behave oddly.
- 6th Apr 2015How to use footer callback only for last page?Hello all, Need a help please,, I would like to add a row that contain a data summarize of a column. Everything is fine when using "fnFooterCallback", but I just want it to show only in the last page. Thanks....!
- 9th Oct 2014How can I edit the Footer so it says the current sort order?Hi there, I really appreciate this tool. I need it to state the current sort order (for screen readers). Screen readers are currently reading the "Showing 1 to 2 of 2 entries (filtered from 3,513 total entries)" information, presumably from the bottom of the DataTable, so I hope that if I can change that information to also indicate "currently sorted by ", then Accessible Technology users can be made aware of the current sort order. How can I do this? Thanks, Russell
- 25th Aug 2014How to convert footer callback total column value in number format with decimal precision?For Example: 12345 I want to display 12,345.00