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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -