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

226
Views
React-admin framework, how to style the datagrid?

I read the documentation and I can't seem to style the datagrid 100% freely... I can only change small things, or am I wrong? Let's say I want to use the datagrid features, but I want to leave 100% of the styling to my discretion, is that possible?

The code below was the little I managed to style, but it's not enough:

const useStyles = makeStyles({
  table: {
    backgroundColor: '#1C00ff00',
    borderBottom: 'none',
    fontFamily:'Noto Sans Mono'
  },
  headerCell: {
    backgroundColor: 'MistyRose',
    border:'none',
    boxShadow:"none"
  },
  row: {
    color: '#fff',
    border:'none',
    backgroundColor:"#FFFFFF 0% 0% no-repeat padding-box",
    boxShadow:"0px 0px 6px #000000",
    opacity:"0.7",
    borderRadius:"5px",
  },
  coluna1: {
    width: '10%'
  },
  coluna2: {
    width: '35%'
  },
  coluna3: {
    width: '35%'
  },
});

Here's the link to the documentation, if anyone wants to:

https://marmelab.com/react-admin/List.html

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!