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

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths
Дата
Msg-id CAM5-9D9=EpuB-bgz11_b5YYF_o6B6UwTn6QUv4STFdJpQXewXQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [Patch][pgAdmin4]: RM1442 - Table column data is incomplete for columns having more character lengths  (Dave Page <dpage@pgadmin.org>)
Список 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



Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix WSGI support.