mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New truncate_cells_html config for truncating cells, closes #330
This commit is contained in:
parent
2db2ae4f21
commit
fc9b1cc136
5 changed files with 54 additions and 0 deletions
|
|
@ -152,3 +152,14 @@ You can disable the limit entirely by settings this to 0:
|
|||
::
|
||||
|
||||
datasette mydatabase.db --config max_csv_mb:0
|
||||
|
||||
.. _config_truncate_cells_html:
|
||||
|
||||
truncate_cells_html
|
||||
-------------------
|
||||
|
||||
In the HTML table view, truncate any strings that are longer than this value. The full value will still be available in CSV, JSON and on the individual row HTML page. Set this to 0 to disable truncation.
|
||||
|
||||
::
|
||||
|
||||
datasette mydatabase.db --config truncate_cells_html:0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue