AG-2656 Allow equality checking for rowData to be configurable (ie use equality checking, deep checking and so on)

This commit is contained in:
Sean Landsman
2019-03-05 14:57:53 +00:00
parent 92ad56ed49
commit 3d7774e7c7
4 changed files with 42 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
import React from 'react';
import {AgGridReact} from 'ag-grid-react';
export const App: React.FunctionComponent = () => <AgGridReact columnDefs={[]} rowData={[]}/>;