3.2.0

Grid row limitation

I have a question: why is there a limit on the number of rows? Looks like it is limited to 111,111 rows. Can you tell me why?

Thanks.
Daniel
Daniel
November 22,
The height of the scrolling area is hardcoded to 2M pixels. You can increase it with

.aw-grid-view {
   height: 5000000px; /* put the necessary height here */
}

Alex (ActiveWidgets)
November 23,
Thanks. It is working now.
Daniel
November 23,
.aw-grid-view {
height: 5000000px; /* put the necessary height here */
}

where is it? i cant find which file?
engin
March 21,
/source/styles/common/grid.css line 61
Alex (ActiveWidgets)
March 23,
You can search in css file aw.css.
Manik
August 10,

This topic is archived.

See also:


Back to support forum