Export to pdf. Control content.

Export to pdf. Control content.

JimThomasJimThomas Posts: 6Questions: 2Answers: 0

Hello,

I have a data table with details option. I want to add an export button on each details section, where only the details should be exported. Is there a way I can achieve this.

Thank You
Jim

Answers

  • allanallan Posts: 61,891Questions: 1Answers: 10,143 Site admin

    You can use columns.defaultContent to create the button in question in the DataTable. That could then link to the PDF on the server-side, or if you are creating it on the client-side activate whatever library you are using to do that.

    Allan

This discussion has been closed.