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

465
Vistas
Rendering a table in React Native using API JSON data

I'm very new to React Native and really need some help!

I have some JSON data which I have loaded into my React Native Application in the format below:

Object {
  "company": "Company1",
  "lineItem": "Line1",
  "value": -1,
  "year": 2017,
},
Object {
  "company": "Company1",
  "lineItem": "Line2",
  "value": 55.5,
  "year": 2016,
},
Object {
  "company": "Company1",
  "lineItem": "Line3",...

I need to find a way to output that data in a table with the following structure in my React Native App:

Table Output View

The years in the data, as well as the row labels repeat, but will always be a distinct row label and year combination.

Any pointers or help would be hugely appreciated!

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can look into this popular library which allows you to create all kinds of tables you just need to transform your data a bit and pass it to the component and it will create the table just like you are looking for.

Table in react native

the library is quite flexible and many customization options are available you can explore more.

about 4 years ago · Juan Pablo Isaza Denunciar
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