Is there a way to export dash_table.Datatable object to html or offline images?

For plotly figures, there is such a method e.g. plotly.io.to_image(fig).
So is there a similar way to get offline output of the datatable objects created by dash_table? Thanks

Any update on this? Could we save the data table to html or svg? Thanks