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

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths
Date: 2016-08-18 12:39:08
Message-ID: CAM5-9D9=EpuB-bgz11_b5YYF_o6B6UwTn6QUv4STFdJpQXewXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM1442.patch application/octet-stream 907 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-18 12:43:04 pgAdmin 4 commit: Fix WSGI support.
Previous Message Murtuza Zabuawala 2016-08-18 09:21:43 Re: PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)