Search
2986 results 1101-1110
Forum
- 28th May 2018Export Pdf with paginationThanks Colin I need pagination on footer like this text: ['page ', { text: page.toString() }, ' of ', { text: pages.toString() }], doc['footer']=(function(page, pages) { return { columns: [ { alignment: 'left', fontSize: 10, text:item_name }, { alignment: 'right', fontSize: 10, text: ['page ', { text: page.toString() }, ' of ', { text: pages.toString() }], }, ], margin: 20 }
- 25th May 2018Global Search at the top of my table not workingThanks! I removed the footer search boxes for now and the search box works great.
- 25th May 2018Problem with getting a column average?cdn.datatables.net/plug-ins/1.10.16/api/average().js And rest in footer. Also maybe it's relevant,
- 24th May 2018Create header titles within datatablesX number of in footer depending on the number
- 22nd May 2018Not showing individual column searchingLooks like you need to add a footer to your table in HTML. Kevin
- 22nd May 2018How to send 2 ajax json files ?Thanks for your replies! Can the footer use a json object if I made the ajax call somewhere else?
- 22nd May 2018Manipulate ajax rendered dataThey would be the same values for all of them, so if the footer uses data[0].element it would be fine. it's okay tho I managed by another mean
- 19th May 2018Misaligned columns in Microsoft Edgehttps://github.com/soxhub/Dist-DataTables/commit/05f15c553f863b063cb53c84c707899c458d1e10?w=1 We don't use footers in our datatable, but
- 13th May 2018As I get in a field the data from another field inside the editorpageLength, order: [ 2, 'desc' ], /*footerCallback: function( tfoot, data, start,
- 9th May 2018Inline Editor does not work and the Insert, Edit, Delete buttons are not displayed.searching: false, responsive: true, footerCallback: function ( row, data, start,