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

144
Views
How to add hyper link in react material dynamic tables with API?

I'm using react material UI dynamic tables with props. Now I want to add a edit link in table cell, but not able to understand how can I do that?

My Code:-

<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.6.3/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.6.3/umd/react-dom.production.min.js"></script>

<script>
export const shippingAddressHeaders = [
  {
    title: 'Name',
    name: 'name',
    type: 'string'
  },
  {
    title: 'Address',
    name: 'addressLine1',
    type: 'string'
  },
  {
    title: 'Contact',
    name: 'contactNumber',
    type: 'string'
  },
  {
    title: 'Country',
    name: 'countryName',
    type: 'string'
  },
  {
    title: 'Actions',
    name: 'edit',
    type: 'string'
  }
];


 <Page className={classes.root} title={title}>
        <Container maxWidth={false}>
          <ViewHeader title={title} className={classes.content} />
          <div className={classes.content}>
            {shippingAddresses && (
              <>
                <CommonTableCtrl
                  className={classes.table}
                  isPagination={false}
                  headers={shippingAddressHeaders}
                  items={shippingAddresses}
                />
              </>
            )}
            {getForm(user.countryID)}
          </div>
        </Container>
        {toaster}
      </Page>
      
</script>

Thanks for your support!

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!