table_actions() plugin hook plus menu, closes #1066

Refs #690
This commit is contained in:
Simon Willison 2020-10-29 22:16:41 -07:00
commit 2f7731e9e5
10 changed files with 166 additions and 14 deletions

View file

@ -102,3 +102,8 @@ def forbidden(datasette, request, message):
@hookspec
def menu_links(datasette, actor):
"Links for the navigation menu"
@hookspec
def table_actions(datasette, actor, database, table):
"Links for the table actions menu"