AG-3316 agGridReact needs to be updated to use the updated react lifecycle hooks
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import PriceRenderer from "./PriceRenderer";
|
||||
import PriceEditor from "./PriceEditor";
|
||||
import PriceFilter from "./PriceFilter";
|
||||
|
||||
export const initialState = {
|
||||
rowData: [],
|
||||
@@ -14,6 +15,7 @@ export const initialState = {
|
||||
cellClass: 'align-right',
|
||||
editable: true,
|
||||
cellEditorFramework: PriceEditor,
|
||||
filterFramework: PriceFilter,
|
||||
cellRendererFramework: PriceRenderer
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user