home / docs / sections

sections: plugin_hooks:plugin-hook-top-row

This data as json

id page ref title content breadcrumbs references
plugin_hooks:plugin-hook-top-row plugin_hooks plugin-hook-top-row top_row(datasette, request, database, table, row) datasette - Datasette class You can use this to access plugin configuration options via datasette.plugin_config(your_plugin_name) . request - Request object The current HTTP request. database - string The name of the database. table - string The name of the table. row - sqlite.Row The SQLite row object being displayed. Returns HTML to be displayed at the top of the row page. ["Plugin hooks", "Template slots"] []
Powered by Datasette · Queries took 2.163ms