datasette-enrichments is example of row_actions

Refs:
- https://github.com/simonw/datasette/issues/2299
- https://github.com/datasette/datasette-enrichments/issues/41
This commit is contained in:
Simon Willison 2024-03-17 14:40:47 -07:00 committed by GitHub
commit da68662767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1729,6 +1729,8 @@ This example displays the row in JSON plus some additional debug information if
},
]
Example: `datasette-enrichments <https://datasette.io/plugins/datasette-enrichments>`_
.. _plugin_hook_database_actions:
database_actions(datasette, actor, database, request)