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

319
Views
How to set ag-grid drop-down values programmatically (in JavaScript)?

I have this cell in my grid.

        {
            headerName: "Type",
            field: "Type",
            getQuickFilterText: () => '',
            editable: true,
            width: 250,
            cellEditor: 'agRichSelectCellEditor',
            cellEditorPopup: true,
            cellRenderer: TypeCellRenderer,
            keyCreator: (params) => {
                return params.value.vcTypeName;
            },
            cellEditorParams: {
                cellRenderer: TypeCellRenderer,
            },
        },

How do I set the drop-down values of this cell from my function setValues()?

about 4 years ago · Santiago Gelvez
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!