PDF delete a column

PDF delete a column

klorenaklorena Posts: 3Questions: 1Answers: 0

I am using PDF and I would like to delete a column in the export. How should i do?

$(document).ready(function() {
$('.dataTables-example').DataTable({
pageLength: 25,
responsive: true,
dom: '<"html5buttons"B>lTfgitp',
buttons: [
{extend: 'pdf', title: 'ExampleFile'},
]

        });

This question has accepted answers - jump to:

Answers

This discussion has been closed.