pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Data Output column resize not sticking in Safari

Open jcuozzo opened this issue 9 months ago • 2 comments

Describe the bug

Column header edge may be dragged to increase/decrease the column size. On drag, the column beings to resize, but on drag end the column resets to a narrow width.

To Reproduce

Steps to reproduce the behavior:

  1. Drag column header edge
  2. End drag

Expected behavior

Column resize persists

Error message

N/A

Screenshots

Image

Desktop (please complete the following information):

  • OS: macOS 15.3.1
  • Version: pgAdmin 9.0+
  • Mode: Server
  • Browser: Safari 18.3
  • Package type: Docker

jcuozzo avatar Feb 28 '25 14:02 jcuozzo

It looks like you guys are using a custom fork of react-data-grid, but this bug has been fixed in the upstream repo adazzle/react-data-grid/pull/3752.

jcuozzo avatar Apr 18 '25 17:04 jcuozzo

It looks like you guys are using a custom fork of react-data-grid, but this bug has been fixed in the upstream repo adazzle/react-data-grid/pull/3752.

Yeah, we have forked it provide support for cell range selection which is not supported natively. We'll sync up the fork.

adityatoshniwal avatar Apr 21 '25 04:04 adityatoshniwal

The latest code for react-data-grid requires React 19. Blocked by - https://github.com/pgadmin-org/pgadmin4/issues/8676

adityatoshniwal avatar Apr 30 '25 05:04 adityatoshniwal

Working fine tested on the latest snapshot build.

RohitBhati8269 avatar Nov 03 '25 12:11 RohitBhati8269