coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.35k stars 331 forks source link

Values are truncated #154

Closed aicioara closed 4 months ago

aicioara commented 4 months ago

At the moment, cell values are truncated at 50 characters. Ellipsis (...) are shown on the trail, and clicking those allows us to expand to the entire cell text. However, when pressed, the entire table shifts, so I lose my cell. Is there an option to display the full content of the cell right away, without the need to click the ellipsis?

coleifer commented 4 months ago

Added a new option, -T or --no-truncate, which will disable the ellipsis stuff.