floating filter
https://www.ag-grid.com/example-assets/olympic-winners.json
useEffect(() => {
fetch('https://www.ag-grid.com/example-assets/olympic-winners.json')
.then(result => result.json())
.then(rowData => setRowData(rowData))
},[]
);
No comments:
Post a Comment