Copy only selected rows from datatable

Copy only selected rows from datatable

DekariDekari Posts: 20Questions: 1Answers: 0
edited December 2013 in TableTools
Hello.

i have seen this

http://datatables.net/extras/tabletools/button_options#bSelectedOnly

i added it and plays nice for csv, excel and pdf..

as i saw has not functionality for COPY...

i tried this:

{
"sExtends": "copy",
"bSelectedOnly": true
},

but with no luck..

any ideas?

thanks

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Have you tried using the very latest TableTools: https://github.com/DataTables/TableTools/blob/master/media/js/TableTools.js ?

    Allan
This discussion has been closed.