While Adding an Image using the function addHTML() , its not inserting image inside a table.
eg: addHTML("<table><tr><td><img src="image.png" /></td></tr></table>");
above code is not inserting the image inside table cell. We require to insert images inside tables ,seems like a bug in phpdocx ,any help is well appreciated.
Thanks in advance