Copy only selected rows from datatable
Copy only selected rows from datatable
Dekari
Posts: 20Questions: 1Answers: 0
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
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
This discussion has been closed.
Replies
Allan