what are the scripts and css are used to add csv, print and excel buttons and what is its javascript

what are the scripts and css are used to add csv, print and excel buttons and what is its javascript

ritzritz Posts: 3Questions: 0Answers: 0
edited November 2012 in DataTables 1.8
is this enough for showing buttons in my view page

Replies

  • ritzritz Posts: 3Questions: 0Answers: 0
    thanx in advance
  • ritzritz Posts: 3Questions: 0Answers: 0
    edited November 2012
    here is my part of code in which i want buttons and i just try with single pdf button but its not shown while load the page.
    what am i missing in whole?









    test1


    test1


    test1






    1


    2


    3




    1


    2


    3




    1


    2


    3




    1


    2


    3











    $(document).ready(function () {
    $('#test').dataTable({
    "sDom": 'T<"clear">lfrtip',
    "oTableTools": {
    "aButtons": ["pdf"]
    }
    });

    });
This discussion has been closed.