I am working on a React Table. How can I fetch data from an external json file and display the data from that json file?
Here is my CodeSandbox - https://codesandbox.io/s/jl8zznpzyv
I have added a json file. Being a beginner in React, I am not aware about how to fetch data from an external json file and display the data from that json file.