I'm working on material-table to render a custom column with images just like this example in the official docs. But there is a little problem. The example online image from githubusercontent.com is working perfectly fine but if I give the path of a local image on my machine it don't work.
With Image on my machine
With online Image
There is no problem with image dimensions or file extension etc. as I downloaded the same image from githunusercontent.com and that is not working on local machine as well.
Edit
Just I saw a little error message in the console saying
Not allowed to load local resource 'file-path' What to do now?