angular-ui/ui-grid

Wrong height of unpinned columns without filter when there is a pinned column with filter

Open

#6.926 aberto em 1 de fev. de 2019

Ver no GitHub
 (1 comment) (3 reactions) (0 assignees)JavaScript (2.496 forks)batch import
grid-pinninghelp wanted

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

There is a difference in height of pinned columns with filter enabled, comparing to unpinned columns without filter. The problem occurs when all unpinned columns are without filter.

I created a plunker based on the filtering tutorial (http://ui-grid.info/docs/#!/tutorial/Tutorial:%20103%20Filtering):

http://plnkr.co/edit/29PzuoNJAKQc1Ef75A0B?p=preview

Guia do colaborador