Scrolling Doesn't Show All Rows
Re: Scrolling Doesn't Show All Rows
Well, its a small bug - in case of non-buffered mode it should just use the actual height of the <table> element in the DOM. We'll fix it in the next release, here's the ticket for reference: https://www.assembla.com/spaces/bryntum ... ity/ticket:
- DustinDomerese
- Posts: 7
- Joined: Thu Aug 29, 2013 1:31 am
Re: Scrolling Doesn't Show All Rows
Do you have any ideas about why this is not running in IE or Chrome on the Desktop but works fine on the Mobile Device browsers? Thanks.
Dustin
Dustin
Re: Scrolling Doesn't Show All Rows
Likely due to an update to the latest Chrome. http://www.sencha.com/forum/announcement.php?f=92&a=43
You can try the suggested fix there, or simply use Safari until the next ST version is out.
You can try the suggested fix there, or simply use Safari until the next ST version is out.
Tired of debugging javascript errors in web applications? Try our new error logging service RootCause, or read more on the Sencha blog
@bryntum
Facebook
API documentation
@bryntum
API documentation
- DustinDomerese
- Posts: 7
- Joined: Thu Aug 29, 2013 1:31 am
Re: Scrolling Doesn't Show All Rows
That did work. Thanks very much.