Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

130
Vistas
ag grid auto complete cell editor doesn't work on enterprise version

I am trying to use AutoCompleteCellSelector in ag-grid enterprise version. This is how my column definition looks like -->

fieLd: MY NAME_FIELD; headerName: MY_NAME, width: 400.
colId: MY_FIELD,
cellEditor: AutocompleteSelectCellEditor,
cellEditorParams:{
    cellRenderer: "rowDropDownCellRenderer"
    required: true,
    selectData:[
        { value: 0, label: "this" }
        { value: 1, label: "is" },
        { value: 2, label: "sparta" }
        { value: 3, label: "yolo" },
            ]
    placeholder: "Desk"
},
valueFormatter: (params: any) => {
        if (params. value) {
        return params. value. label || params.value,value I| params. value;
        }
        return ""
},
editable: true

But when I start application it fails with below error -

Types of property 'cellEditor' are incompatible.
Type 'typeof AutocompleteselectcellEditor* is not assignable to type "string | (new () => ICellEditorcomp) | undefined*
Type 'typeof AutocompleteselectcellEditor' is not assignable to type "new () -> ICellEditorcomp'
Type 'Autocompleteselectcelleditor' is not assignable to type 'ICelleditorComp'
Types of property 'init' are incompatible.
Type
* (parameters: IAutacompleteselectCellEditorParameters«AutocompleteSelectcelleditor»)=›void'isnotassignabletotype'(params:
ICellEditorParams) =› void | AgPromiservoid»'
Types of parameters "parameters' and 'params' are incompatible.
Property 'selectData' is missing in type 'ICellEditorParams' but required in type
"AutocompleteSelectcellEditorParameters<AutocompleteselectCellEditors'.

So my assumption is AutocompleteSelectcelleditor is not compatible with ag grid enterprise? Or am I doing any mistake?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda