how to remove title row when exporting to excel

how to remove title row when exporting to excel

vedved Posts: 1Questions: 1Answers: 0

please help me how i can remove title row when exporting t excel

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Use the title option of the excelHtml5 button type. Setting it to an empty string should do it.

    I think there might actually be a bug there in the current release though. The nightly has it all working.

    Allan

  • Prashanth_OPrashanth_O Posts: 3Questions: 1Answers: 0

    Set title to empty

    buttons: [{
    extend: 'excel',
    title: ' '
    }]

This discussion has been closed.