Regarding use of rowsgroup in Export xls/pdf and Send Email
Regarding use of rowsgroup in Export xls/pdf and Send Email
Hi Team,
I am fully impressed with overall DataTable and very much eager to use it my application. As I am new to this I would like to know some inputs regarding use of rowsgroup in PDF/Excel and Integration of email functionality.
I am building an dynamic report and used rowsgroup [rowsGroup: [0,7,1,6]] to merge columns but I want to export this merged table in excel and PDF And also please let me know how can I implement email functionality with report, can you please help me in this areas ?
Thank you in advance.
Thanks & Regards,
Amrit A.
Answers
Unfortunately the export features do not currently support the row grouping plug-in.
For e-mail, if you want a button that will actually send an e-mail, you would need to use Ajax to send the data to a server and then it can create and send the e-mail. I'm not aware of a library in Javascript that can connect to an SMTP server to send e-mails.
Allan
Thank you for your quick response.