Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

184
Views
Material-table Exporting table rows as CSV excel files fails due to special symbol "#"

I have a material-table implemented in my react application which displays a list of products. The table has many rows of products and when i try to use the export feature which comes up with this library everything works fine and all products are exported in a CSV file. The only issue is when a special symbol especially # is present in any field of the row-column is present then the table is exported but only till the row which has that special symbol.

The Product page which has the Table implemented:

     <Table
          companyActiveAction={(e, data) => this.productStatusToggle(e, data)}
          tableReload={(e) => this.tableReload(e)}
          options={{
            exportButton: true,
          }}
          columns={columns}
          createNew={false}
          data={(query) => this.getTable(query)}
          title={'Products'}
          search={true}
          // exports={true}
          exports={this.props.UserDetail.permissions.exportRecord}
          paging={true}
          toDateFilter={(e) => this.toDateFilter(e)}
          fromDateFilter={(e) => this.fromDateFilter(e)}
          // datefilter={true}
        />
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!