How to export single table row

How to export single table row

dsmart00dsmart00 Posts: 1Questions: 1Answers: 0
edited April 2016 in Free community support

I have been looking to try exporting a single selected table row, however looking through the documentation there is on tableTools which shoudn't be used.

    $('#port-a').DataTable({
        dom: 'Bfrtip',
        buttons: [
            'copy', 'csv', 'excel', 'pdf', 'print'
        ],
        select: true
    });

What do i need to do?

This discussion has been closed.