ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: sarah-appfolio on July 23, 2014, 10:57:05 pm

Title: gotToPage for Infinite Scroll?
Post by: sarah-appfolio on July 23, 2014, 10:57:05 pm
Hello,

I would like to be able to jump to a certain row in the grid (for search).  We've tried using goToPage with the rowIndx, but that doesn't work.  We also try to use the jQuery scrollTop method, but that doesn't seem to work either.

Is this possible?

Thanks,
~Sarah
Title: Re: gotToPage for Infinite Scroll?
Post by: paramvir on July 23, 2014, 11:12:43 pm
use scrollRow method

http://paramquery.com/pro/api#method-scrollRow
Title: Re: gotToPage for Infinite Scroll?
Post by: sarah-appfolio on July 23, 2014, 11:24:57 pm
Thanks...don't know why we didn't see that before...