how to export the selected records to csv file using datatables

how to export the selected records to csv file using datatables

sugamkalps2007sugamkalps2007 Posts: 4Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
I am trying to export the selected data to the csv file. I have check box in each and every row to select the particular record. Please suggest me how to do.

Replies

  • allanallan Posts: 63,386Questions: 1Answers: 10,449 Site admin
    Use TableTools with the bSelectedOnly option: http://datatables.net/extras/tabletools/button_options#bSelectedOnly

    Allan
This discussion has been closed.