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

323
Views
How do I add image and text in a single row in react-table?

I want to put each image and text side by side in a single column with react table. I can add two text side by side each in a single column, like this:

 Header: "Name",
    id: "User",
    accessor: (d) => `${d.user} ${d.wallet}`,

But to add a picture and text side by side is what I'm unable to do. Here is what I tried but I got undefined for both data.

  {
    Header: "Name",
    id: "User",
    accessor: (d) => `${d.img} ${d.name}`,
    Cell: ({ row }) =>
      `<div> ${(<Image src={row[1].values.img} className="rounded-full" alt="user" height={40} width={40} />)} 
      <div>${row[2].values.name}</div>
      </div>`,
  },

Pls how do I add an image and text side by side side by side in a single column

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!