Re: [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths
Date: 2016-08-18 16:12:00
Message-ID: CA+OCxoyXNOz238if=kX+ATkSdF3-0qwn5rCK16_4bTgKHsZsqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Thu, Aug 18, 2016 at 1:39 PM, Surinder Kumar
<surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi
>
> Issue:
> The table column data is incomplete for columns having more character
> lengths.
>
> Solution:
> Extends Backgrid.Cell and add 'mouseover' event. On mouse over, check if
> cell content is larger than the cell width, then add tooltip to the column
> by setting cell content in the title attribute.
>
> Please find attached patch and review.

This has been taken care of in Murtuza's patch to move to SlickGrid.
Please check with him to ensure you've got the best solution between
both your patches. I won't commit this.

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-18 16:18:23 pgAdmin 4 commit: Ensure PG/EPAS configuration warnings are shown appro
Previous Message Dave Page 2016-08-18 16:08:59 Re: PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)