Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

121
Vistas
How do I update my column values in a table over an API in react native?

I am able to successfully fetch values over an API and display it in a table format. One field of the table is a text type field which I want to update for all the rows with a single button. I am unable to do so . Any help will be appreciated.

This is my update function :

update(e) {
    e.preventDefault();
    // this will update entries with PUT
    fetch("http://localhost:3000/users", {
        "method": "PUT",
        "headers": {
            
            "content-type": "application/json",
            "accept": "application/json"
        },
        "body": JSON.stringify({
            status: this.state.status
        })
        })
        .then(response => response.json())
        .then(response => { console.log(response);
        
        })
        .catch(err => { console.log(err); });
    e.preventDefault();
  }
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda