Plotly images export for the whole data table rows

Hi All; I have an HTML datatable and for clicking on one data row I generate 4 contour plots using plotly.js. My question how can I provide download option to the whole images for the whole datatable. I mean if I have datatable with 10 rows and the user click on download button, then he should get a folder of the whole images for the datatable in this case (4*10=40 images)? what will be the best solution to generate and download the whole images? what if I have more rows will it be applicable to generate it in the browser?

Look forward to hearing from you

Thanks a lot