Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Luther Goh Lu Feng
Created https://redmine.postgresql.org/issues/4598 On Friday, August 9, 2019, 10:08:54 PM GMT+8, Michel Feinstein wrote: Please do. I am at my phone now.  On Fri, Aug 9, 2019, 11:07 Luther Goh Lu Feng wrote: >> One thing that helps with readability is intercalating the colors of th

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Michel Feinstein
Please do. I am at my phone now. On Fri, Aug 9, 2019, 11:07 Luther Goh Lu Feng wrote: > > One thing that helps with readability is intercalating the colors of the > table lines (white, light gray, white, light gray). > > Thought it doesnt help with the visual clutter, but I do agree that it

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Luther Goh Lu Feng
> One thing that helps with readability is intercalating the colors of the > table lines (white, light gray, white, light gray). Thought it doesnt help with the visual clutter, but I do agree that it is a good enhancement. I am happy to help file a ticket if that is helpful --Luther On F

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Dave Caughey
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

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Michel Feinstein
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 wrote: > > > Thanks for the note. I have created > https://redmine.postgresql.org/iss

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Luther Goh Lu Feng
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 wrote: Hi Luther, Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadm

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Aditya Toshniwal
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 wrote: > I notice that the default view in pgAdmin w