simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

If a cell contains a valid URL, make that a clickable link #61

Closed simonw closed 3 years ago

simonw commented 3 years ago

This will allow the tool to be used to build dashboards where rows in the results can be clicked to e.g. edit that record (by linking to the admin change page).