sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.55k stars 723 forks source link

Add a value viewer #633

Closed Tom-Fawcett closed 1 year ago

Tom-Fawcett commented 1 year ago

Fields/cells containing long (i.e high character count) values cannot currently be fully viewed in pgweb.

At present the work around is to copy and paste the value into an external viewer.

Suggested improvement:

Cell context menu (right click) → "View Value" → a pop up viewer

sosedoff commented 1 year ago

@Tom-Fawcett implemented in the linked PR, give it a try

Tom-Fawcett commented 1 year ago

@sosedoff I've tested locally and it seems to work nicely

Thanks!