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

248
Views
Using Cell renderer enable text-overflow: ellipsis rule

I'm using react-table library. Normally we have default text-overflow: ellipsis CSS rule when text length is bigger than input its adding three dots at the end of the cell.

But when I use custom Cell renderer of that library; for some reason its enabling only text-overflow: ellipsis rule and texts overflowing to the left and right. Playing with CSS to add this rule everywhere didn't work even in devtools, interestingly. Does anyone has an idea?

{
    Header: translateAndParseEventField('evaluation', t),
    id: 'evaluation',
    accessor: d => d.evaluation,
    Cell: (cell: CellInfo) => (

      <div data-no-context>
        <span className={classes.evaluationToggle}>
          {cell.value}
        </span>
      </div>
    ),
    width: 150,
    style: {
        padding: '13px',
        textAlign: 'center',
    },
},
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!