James Gonzales
Results
1
comments of
James Gonzales
@marceloverdijk You can keep the data types intact and just pass in sanitized tableData before you initialize the table like this: ``` useEffect(() => { setTableData( data.map((row: any) => {...