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

154
Views
¿Cómo agregar un hipervínculo en las tablas dinámicas de material de reacción con API?

Estoy usando tablas dinámicas de react material UI con accesorios. Ahora quiero agregar un edit link en la celda de la tabla, pero no puedo entender cómo puedo hacerlo.

Mi código:-

 <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>

¡Gracias por su apoyo!

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!