jquery - Showing Image icons for datatable default button tools -
i new jquery datatables. right using datatable tabletool export table data excel , pdf. datatable library provides images folder there respective image each export action available, e.g image excel , image pdf forth.
in datatable.css file there 1 block mentioning remove these comment show image buttons. did not working.
any please...
here code.
dg_table = $('#dg_table').datatable({ // "sscrolly": "200px", "bjqueryui": true, "sdom": "<'row-fluid'<'span12't><'span6'l>fr>t<'row-fluid'<'span6'i><'span6'p>>", "otabletools": { "sswfpath": "assets/data-tables/swf/copy_csv_xls_pdf.swf", "abuttons": [ "copy", "xls","print" ] }, });
Comments
Post a Comment