From 99dfa1e4f9ac0c557cfa42fd04ffff94ff01bbec Mon Sep 17 00:00:00 2001 From: ceolter Date: Wed, 14 Sep 2016 15:58:15 +0100 Subject: [PATCH] new component model --- src-standard/ColDefFactory.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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