Search
3677 results 1001-1010
Forum
- 30th Apr 2014I want page selection drop and export xls and pdf in smoothness theme.I want rows per page selection drop-down with tabletools export function while using smoothness theme. Even though, i use the sLengthMenu, only export buttons are available. Page selection is not available.
- 27th Apr 2013copy csv excel pdf printcan i have Edit Add & Delete buttons table along side "sSwfPath swf/copy_csv_xls_pdf.swf" buttons if so how ?? I have tried all way to mix and match nothing seems to work !! i.e "oTableTools": { "sRowSelect": "multi", "aButtons": [ { "sExtends": "editor_create", "editor": editor }, { "sExtends": "editor_edit", "editor": editor }, { "sExtends": "editor_remove", "editor": editor } "sRowSelect": "multi", "sSwfPath": "/stats/extras/TableTools/media/swf/copy_csv_xls_pdf.swf" } but it wont work please help. pete
- 5th Apr 2013Bug in PDF exported document - Black dot in the column headerI dont think it's a problem with the accents since the others columns headers are fine. http://i.imgur.com/BTrZHgv.png
- 27th Oct 2012Exclude definded Text/HTML in exports (pdf, cvs etc) in each rowfrom PHP server script (a loop from db array) [quote] $qTable .= ' '.$row['id'].' '.$row['section'].' '.cuttext($row['question'],140).'HIDE THIS IN TABLETOOLS OUTPUT/td> '.$row['essential'].'HIDE THIS IN TABLETOOLS OUTPUT '.$row['optional'].'HIDE THIS IN TABLETOOLS OUTPUT '; [/quote] Any help? See above. All I would like to know is how do I hide something on export for datatools (but yet show it in the table on screen) Is the answer in _fnGetDataTablesData loop /* Strip newlines, replace img tags with alt attr. and finally strip html... / sLoopData = mTypeData.replace(/\n/g," "); sLoopData = sLoopData.replace(/<img.?\s+alt\s=\s(?:"([^"]+)"|'([^']+)'|([^\s>]+)).?>/gi, '$1$2$3'); sLoopData = sLoopData.replace( /<.?>/g, "" ); ANY HELP? Keep the excellent work going!
- 22nd Jun 2025pdfHtml5 button to send table via PHPMailerMiklos topStart: { buttons: [ { extend: 'pdfHtml5', text: 'Send as PDF', title: 'DataTable Export', customize:
- 20th Jun 2025Correct way to use validator(Validate::required()) -> crashesVennligst last opp en PDF eller et bilde" ) ) ->dbClean(
- 28th May 2025Inline editing with KeyTable doesn't turn orange on double clickjsZip from 'jszip'; import pdfMake from 'pdfmake/build/pdfmake'; import pdfFonts
- 8th May 2025Does anyone have a working example of upload retaining original filename and delete file?want to export the PDF files (this is a
- 19th Apr 2025With form opened, not inline, the submit allIfChanged isn't working on editbuttons: ['copy', 'excel', 'csv', 'pdf', 'print'], dropIcon: false } ] } }, order:
- 18th Apr 2025Additional buttons at bottom of tablecsv', 'excel'] }, bottom: { buttons: ['pdf', 'print'] } } Per the docs,