Re: Visual clutter in default view when viewing table data - Mailing list pgadmin-support

From Dave Caughey
Subject Re: Visual clutter in default view when viewing table data
Date
Msg-id CAAj2gHwUrYz7t2nzwZgZXeTj5fbEtkACQdHWR2KEsd2_T4gU7g@mail.gmail.com
Whole thread Raw
In response to Re: Visual clutter in default view when viewing table data  (Michel Feinstein <michelfeinstein@gmail.com>)
Responses Re: Visual clutter in default view when viewing table data  (Luther Goh Lu Feng <elfgoh@yahoo.com>)
List pgadmin-support
That would be pretty easy, as the generated HTML has an "even"/"odd" class.

You can even manually alternating row styles by bringing up the browser's developer console (F12) and manually adding the following rule to the applied styles

.ui-widget-content.slick-row.even {  background-color#f8f8f8; }

I'm not suggesting that's that's a sensible user work-around, I'm just pointing out that that's how simple it would be...   just add the above line to the .CSS file.

Cheers,
Dave


On Fri, Aug 9, 2019 at 9:39 AM Michel Feinstein <michelfeinstein@gmail.com> wrote:
One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light gray....). That would be a very nice addition.  

On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:


Thanks for the note. I have created https://redmine.postgresql.org/issues/4595

--Luther



On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:





Hi Luther,

Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadmin4/issues/new so that we can discuss on possible ways to do that.

On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng <elfgoh@yahoo.com> wrote:
> I notice that the default view in pgAdmin when viewing table rows seems extremely cluttered. This is in contrast to other clients on the Mac. I have attached screenshots to illustrate.
>
> I am unfamiliar with a lot of pgAdmin functionality. But I wonder if it makes sense to not have the following panes hidden by default when view table rows
> - scratch pad
> - query history
> - query editor
>
> Imho, doing so could improve the user experience
>
> --Luther


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


pgadmin-support by date:

Previous
From: Michel Feinstein
Date:
Subject: Re: Visual clutter in default view when viewing table data
Next
From: Luther Goh Lu Feng
Date:
Subject: Re: Visual clutter in default view when viewing table data