简体   繁体   中英

DataTables TableTools

DataTables is up and running on my site. I can't seem to get the tableTools css to work. In particular, I want the copy_csv_pdf_print.swf to load. I am able to render the table with only some of the styling.

The copyCSVExcelPDFPrint links should render as buttons in the top left (ie http://datatables.net/extras/tabletools/ ) but instead they render as links.

I loaded the necessary css and javascript files, including the css files for tableTools; and then the jQuery code below. In my php file, I target the table with id demo .

jQuery(document).ready( function ($) {
    $('#demo').dataTable( {
        "sDom": 'T<"clear">lfrtip<"clear spacer">T'
    } );
} );

maybe u have to bind media folder structure. default swf file binding is below. you have to change to yours.

"sSwfPath": "media/swf/copy_csv_xls_pdf.swf"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM