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

260
Vistas
How to put input element into react quicktable?

I am using https://github.com/joeybuczek/react-quicktable in my react application and I am trying to put an <img/> and <input/> in one of the the datacells but it is not working.

 function MyComponent(props) {

 

    const myDataSet = [
        { Column1: "123456789", Column2: <img src="url" />, "Column3":<input type="text" />},
       
      ];
     
    return ( 
        <Fragment>
            <QuickTable data={myDataSet}>
            <Column name="Column1" />
            <Column name="Column2" />
            <Column name="Column3" />
            </QuickTable>
        </Fragment>
     );
    }

I get '' in the that is rendered. I tried passing a variable like this:

   var j = () => {return <img src/>} 
   var k = () => { return <input type="text" />}

I also tried:

var j = <img src/>
var k = <input type="text"/>
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