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

From Surinder Kumar
Subject [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths
Date
Msg-id CAM5-9D9=EpuB-bgz11_b5YYF_o6B6UwTn6QUv4STFdJpQXewXQ@mail.gmail.com
Whole thread Raw
Responses Re: [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths  (Dave Page <dpage@pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix WSGI support.