Search
3690 results 1001-1010
Forum
- 12th Jul 2014Parameter in the display of xls,csv and pdf does not workHi, I can't understand why my below code does not properly. Basically, it display the default export buttons but does not consider the specific parameters I have defined before such as the path of the swf. Can someone help me on that? Thanks and regards, $(document).ready(function() { var table=$('#table').DataTable( { tableTools: {"aButtons": ["copy","csv","xls"], "sSwfPath": "../assets/img/copy_csv_xls_pdf.swf" } } ); var tt = new $.fn.dataTable.TableTools( table ); $( tt.fnContainer() ).prependTo('div.bottom.clearfix'); } );
- 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!
- 12th Dec 2025ColumnControl: Search icon not activated with Server Side processingbottomStart: { buttons: ["copy", "excel", "pdf", 'csv', "print"] }, bottomEnd: null
- 28th Oct 2025How to have Buttons along with Entries Per Page?buttons: ['copy', 'csv', 'excel', 'pdf', 'print'], layout: { top: ['pageLength',
- 20th Oct 2025pdfmake RTL3, 4, 5] } }, { extend: 'pdfHtml5', text: 'تصدير PDF', title: pageTitle, exportOptions: { columns:
- 12th Sep 2025Customizing DataTables with Plug-ins: A Guide to Extending Functionalityexport buttons for Excel, PDF, or CSV. Implement inline
- 11th Sep 2025DataTables Customization: Boost Your Tables with Powerful Plug-insexport buttons for Excel, PDF, or CSV. Implement inline