Search
2978 results 1091-1100
Forum
- 6th Jun 2018How can I duplicate the title in all PDF pages?Hi @otavio_laskosk_pc , This example here does it with the footer, but it's just a case of changing footer to header to get it moving up the page. Cheers, Colin
- 4th Jun 2018How to sum the current page of footerCallback function.I change page the footer value is updating - see
- 1st Jun 2018sum columnsthis).text() == "отключен") { $(this).attr("s", "20"); } }); } }]; "footerCallback": function(row, data, start, end,
- 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