When I export PDF using doc.autoTable({ html: ".MuiTable-root" }); the results is:

because my element in html is something like this:

How can I remove or show the chev/arrow icons when I export to pdf?
Thanks you!
You can use the didParseCell hook to modify the content of the cell Before it is drawn. It's weird it transformed the icon to a name though.
Thanks!