lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.16k stars 118 forks source link

Ability to Resize Result Set Columns #105

Open bradlangel opened 1 year ago

bradlangel commented 1 year ago

As a user of sqliteviz, in order to better read the values in the result set, I want to be able to resize the column widths of the result.

Is there currently a way to do this? I wasn't able to resize the columns of the result set view in Google Chrome but maybe there is a way to do this that I'm not aware of?

Also, I didn't see a contributing guideline and based the story above off of another issue enhancement @lana-k put up. If I need to reword or change this to fit your contributing style let me know!

lana-k commented 1 year ago

For now, resizing columns in a query result is not implemented.

lana-k commented 10 months ago

@bradlangel In the latest release 0.24.1 the value panel was added (#115). If you click on the table cell representing a result set you can see the value in that new panel. Try it and let me know if it solves your request.