Skip to content

Commit 2d0807d

Browse files
committed
Grid: editing/grid: Set heightStyle to fill so grid doesn't shrink when last page has fewer rows
1 parent 40f9ff5 commit 2d0807d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grid-editing/grid.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
});
6060

6161
var grid = $( "#developers-local" ).grid({
62+
heightStyle: "fill",
6263
source: developers.result
6364
});
6465

0 commit comments

Comments
 (0)