angular-ui/ui-grid

Row virtualization is working incorrectly in expandable grid

已關閉

#5,475 建立於 2016年6月17日

 (3 則留言) (0 個反應) (1 位負責人)JavaScript (2,496 個分叉)batch import
help wantedneeds: analysis

倉庫指標

星標
 (5,395 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

When using expandable grid the row virtualization is not taking into account that rows may be expanded. If any row is expanded, the additional space is left at the end of the grid. If last row is expanded, the expanded data may be not visible.

Steps to reproduce:

  1. Go to expandable example (http://ui-grid.info/docs/#!/tutorial/216_expandable_grid)
  2. Expand some rows in the first grid and scroll to the bottom - empty space is added.

貢獻者指南