pgadmin4
pgadmin4 copied to clipboard
Data Output column resize not sticking in Safari
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:
- Drag column header edge
- End drag
Expected behavior
Column resize persists
Error message
N/A
Screenshots
Desktop (please complete the following information):
- OS: macOS 15.3.1
- Version: pgAdmin 9.0+
- Mode: Server
- Browser: Safari 18.3
- Package type: Docker
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.
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.
The latest code for react-data-grid requires React 19. Blocked by - https://github.com/pgadmin-org/pgadmin4/issues/8676
Working fine tested on the latest snapshot build.