I want to have a table that has 4 rows and a variable number of columns. The cells of the table should contain images. And I want to add images dynamically. How do I do this? Is there a tutorial somewhere? I haven’t been able to find a suitable tutorial.
Share
Do you mean something like this ??
Above link has a comprehensive tutorial to add images in table cells. You should work on it to customise the table as per your need.
I couldn’t understand how you want javascript to add images to the table dynamically. But here is a small example to have javascript to add images into a table cell.
Good luck