glide-data-grid icon indicating copy to clipboard operation
glide-data-grid copied to clipboard

Resizing columns UX issue

Open Tintef opened this issue 1 year ago • 0 comments

When columns resize feature is enable the last column resize handle has a weird behaviour.

It either:

  1. Grabbing the last column is hard (with both overscrollX and rightElement).
  2. The grabbable area is the same as the rest of the columns, but cursor is not the resize one on that small portion.

I can't seem to detect which of does is the actual issue, but either is a small UX issue.

See the following screen recording from this example:

https://github.com/glideapps/glide-data-grid/assets/17990217/65735de3-b6a6-4ba6-b690-0a567cf9b4c4

Tintef avatar Mar 27 '24 15:03 Tintef