Search
2978 results 191-200
Forum
- 26th Mar 2011Table with header, footer & first column fixedDo you mean something like this: http://datatables.net/release-datatables/extras/FixedColumns/x_y_scrolling.html . If you want a footer on it as well - you just need to add a TFOOT element (like this http://datatables.net/release-datatables/extras/FixedColumns/left_right_columns.html ). Allan
- 23rd Feb 2011Possibly to fix DataTable header and footer somehow?Fix as in FixedHeader. Basicallly, my header has a custom search field, and my footer has a summary. So the idea is to have them visible at all times. Thanks, Gerardo
- 27th Aug 2010Footer Sumshow to format the footer totals. My code is
- 22nd Aug 2010Deleting row footer errorThat's strange - in my case the footer never gets updated. [code] departamentTable = $('#departament-table').dataTable({ bJQueryUI: true, sDom: 'T<"clear"><"H"lfr>t<"F"ip>', sPaginationType: 'full_numbers', oLanguage: { sUrl: '/js/i18n/dataTables.pl.txt' } }); [/code] [code] departamentTable.fnDeleteRow($('#departament-table tr.row-selected')); [/code]
- 22nd Jul 2010Enhance the Details Row example to include table footera header AND a footer. Seems like it should
- 21st Jan 2010why i got (filtered from X total entries) in the footerthe funny thing is, after i applied the Server-Code pipeline (from the example), it automatically fixed all the issues (preview, next button working, the footer display correctly, etc), it is amazing, isnt it? any idea with that? :-) thanks dave
- 6th Nov 2009Footer Styling and / or Sortingclass 'ui-state-default' to your footer cell elements. A simple
- 3rd Sep 2009javascript error with multiple rows in a footerin mind for the footer, although I can certainly
- 6th Mar 2024Datatables 2.0.1 Footer callback content duplicated with scrollX: truehttps://live.datatables.net/tejopopu/1/edit In 2.0.1 if you have scrollX: true and update footer content HTML with footerCallback, the content is getting duplicated into an extra row. This is not happening in 1.13.11, see here: https://live.datatables.net/rowifoda/1/edit Is there a workaround for this?
- 8th Feb 2024Add a second row to a footerI have the following footer call back and I