But I would like to know if it's possible to create dynamically a table (with an undefined number of rows) and adding HTML content in some cells.
I notice it's possible to add in a table, different types of content, like a link for example, with the function addElement.But I don't know if it's possible for HTML content. It seems that the function addElement doesn't accept HTML content type.
Or is there another way ?
Kind regards