angular-ui/ui-grid

Incorrect behavior for pinned columns

Open

#6.351 geöffnet am 7. Aug. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
grid-pinninghelp wantedneeds: analysis

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The following issue reappeared in 4.0.6 https://github.com/angular-ui/ui-grid/issues/3935

A new issue when the above code is applied, which exists with or without the code are the following: -Pinned columns can be stretched past the grid's max width (happens on both left and right pinned columns) -Columns should only be resized from the right end of the specific column. For example, if you pin a column to the left, the left side of the border will resize the pinned column, the right side of the border will resize the column to the right of the border.

image

Contributor Guide