mirror of
https://github.com/simonw/datasette.git
synced 2026-06-15 21:46:57 +02:00
textarea column type
Shows as multiline edit in edit/insert dialog
This commit is contained in:
parent
2b61c916d0
commit
5490c7b794
6 changed files with 29 additions and 8 deletions
|
|
@ -1092,7 +1092,7 @@ Column types are assigned to columns via the :ref:`column_types <table_configura
|
|||
config:
|
||||
format: rgb
|
||||
|
||||
Datasette includes three built-in column types: ``url``, ``email``, and ``json``.
|
||||
Datasette includes four built-in column types: ``url``, ``email``, ``json``, and ``textarea``. The ``textarea`` type is an editing hint that causes Datasette's insert/edit forms to use a multiline ``<textarea>`` control for that column.
|
||||
|
||||
.. _plugin_asgi_wrapper:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue