Hi there,
I am using jqGrid and the mobile part for a web application I am developing. For the mobile part I’m trying to achieve a single searchbar for multicolumn tables. Rather than multiple searchforms from jqGrid or combining that in the search popup.
For that reason I’m using datatype: function() {} to load my data. Which is working but if I try to load more data via the ‘Pull up to refresh…’ function. The data gets loaded and appended to the existing table but I’m not able to scroll through the dataset. If I try to, I get instantly bounced back to the top of the table via the ‘-webkit-transform‘ property.
It looks like jqGrid doesn’t know that there was more data appended. Is there any way to recalculate the height or transform values? Or does anybody have another hint?
I’ve added my code to pastebin:Â http://pastebin.com/4ydRGwrC
Â
I would highly appreciate any feedback.
Thanks in advance,
Johannes W.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top