mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
row_actions() plugin hook, closes #2299
This commit is contained in:
parent
7339cc51de
commit
b8711988b9
7 changed files with 134 additions and 7 deletions
|
|
@ -53,6 +53,7 @@ EXPECTED_PLUGINS = [
|
|||
"register_permissions",
|
||||
"register_routes",
|
||||
"render_cell",
|
||||
"row_actions",
|
||||
"skip_csrf",
|
||||
"startup",
|
||||
"table_actions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue