Is there any way to set grocery crud so that a particular column is displayed as a hyperlink? In other words, that column in the DB stores a URL, and I'd like to set things up so that clicking on the URL will take you to that page.
I believe I can do this by adding an extra callback function, but it's more natural for people to just click the URL...
Thanks.