diff --git a/src-standard/ColDefFactory.jsx b/src-standard/ColDefFactory.jsx index 0865899..a362b4e 100644 --- a/src-standard/ColDefFactory.jsx +++ b/src-standard/ColDefFactory.jsx @@ -18,7 +18,7 @@ export default class ColDefFactory { {headerName: "Name", field: "name", enableRowGroup: true, enablePivot: true, width: 150, pinned: true, editable: true, // use a React cellEditor - cellEditorFmk: NameCellEditor + cellEditorFramework: NameCellEditor }, {headerName: "Country", field: "country", width: 150, enableRowGroup: true, enablePivot: true, // an example of using a non-React cell renderer