Hi all,
I have a problem that maybe is easy to solve but at this moment i dont know how to do it. I have an html table in a view where i can add dinamically new <td>. What i want is to get this table and print it on a pdf once i have added some new tds with javascript.
Should i send the html code of the table to my controller and print it with the pdf extension?
I am using this pdf extension http://www.yiiframework.com/extension/pdf/.
Thanks in advance,
Hibernator