Search
2986 results 481-490
Forum
- 1st Mar 2015How can I make a Responsive footer row with detail row(s)?I see now that this problem had first been solved more than four years ago. Well, here's a modern API version, using a column sorted with orderFixed (regardless of any user sorting) and hidden with a className of "never" (for Responsive): http://jsfiddle.net/roedema/gam3hp4s/9/
- 1st Sep 2014DataTables footer callback TOTALSolved: var dados = this._('td:nth-child(6)', {"filter": "applied"}); for ( var i=0 ; i<dados.length ; { var v = dados[i].toString(); toal = total + v; }
- 10th Jun 2014fnFooterCallback - Footer Total - aaData, iEnd, iStart are always empty / 0Anyone?
- 4th Jan 2014change the font in footer onlyA little bit of CSS: [code] tfoot th, tfoot td { font-family: ... } [/code] Allan
- 18th Sep 2013fnFooterCallback only called once when multiple footer rows existI found a workaround: http://datatables.net/forums/discussion/5861/using-fnheadercallback-with-multiple-header-rows/p1 But I'd still like to know if fnFooterCallback is supposed to be called only once for the first row in the tfoot, or for each row. DataTables-1.9.1 Regards, Robert
- 29th Aug 2013Summary footer rowAny suggestion?
- 5th Feb 2013How to prevent aoColumnDefs applying to header and footer in DataTables?Great! It worked. BLSully , thank you very much!
- 28th Dec 2012Toggle Footer using a ButtonSure - just put it in your HTML using regular DOM or jQuery methods and attach an event handler as needed. It isn't a feature of DataTables that, so you'd need to add your own script to do it. Allan
- 2nd Nov 2012Footer filter has empty dataOh my - sorry. I saw bServerSide and just assumed it would be true (since it is false by default there is not need to specify it). So yes, you are using client-side processing and fnInitComplete is the way to go :-) Allan
- 15th Oct 2012Referencing JSON object for footer callbackanyone have any thoughts on this?