naver / egjs-grid

A component that can arrange items according to the type of grids

Home Page:https://naver.github.io/egjs-grid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to limit the number of rows displayed on the screen.

daybrush opened this issue · comments

Description

<div class="container" style="overflow: hidden;">
<!-- row 1 -->
    <div class="item"></div>
    <div class="item"></div>
<!-- row 2 -->
    <div class="item"></div>
<!-- row 3 -->
    <div class="item"></div>
</div>

I want to display only row 2 on the screen.

Steps to check or reproduce