[@AllenFang](url

)
I am using React-bootstrap-table2-toolkit for downloading the csv. But am getting some non printable characters in the first column header. I was using react-csv-2, but it was not supported in IE. So I am using the toolkit package. There I noticed that removing '\uFEFF' from line 68 of exporter.js, solves the issue. Any update on this ?