Export to pdf. Control content.
Export to pdf. Control content.
JimThomas
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
This discussion has been closed.
Answers
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