I am fetching data from database to react-bootstrap table in JSON format. One field is url and displayed as string. How can I change it to link and redirect to the respective site? For instance, if json.url = "www.google.com", cell should display json.url and onClick it should redirect to google site.
Asked
Active
Viewed 645 times
0
-
Please share a code sample of what you have already tried. – patrick Mar 14 '18 at 06:44