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

238
Views
Add Drop Down Feature in MUI Table

Please Guide,

Here is the code:

actions={[
          {
            icon:()=><Select
            labelId="demo-simple-select-label"
            id="demo-simple-select"
            style={{width:100}}
            value={website}
            onChange={(e)=>setWebsite(e.target.value)}
          >
            <MenuItem value={"all"}><em>All</em></MenuItem>
            <MenuItem value={'hildegard.org'}>Hild</MenuItem>
            <MenuItem value={'anastasia.net'}>Anast</MenuItem>
            <MenuItem value={'ramiro.info'}>Ramiro</MenuItem>
          </Select>,
          tooltip:"Filter Year",
          isFreeAction:true
          }

(table was populated from data with external API)

Here is my JSON:

[
    {
      "phone": "1-770-736-8031 x56442",
      "website": "hildegard.org"
    },
    {
      "phone": "010-692-6593 x09125",
      "website": "anastasia.net",
    },
    {
      "phone": "1-463-123-4447",
      "website": "ramiro.info",
    }
]
  • Full JSON API.

  • Full code.

Please guide where am I going wrong.

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!