Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sarah-appfolio

Pages: [1]
2
Help for ParamQuery Pro / Row Grouping with Infinite Scroll
« on: July 24, 2014, 12:19:02 am »
Hello,

We are experimenting with the groupModel, but it appears that the grouping is done before the beforeTableView event.  I'm wondering if pqgrid doesn't support grouping for infinite scroll?  It seems like mixing remote data and local grouping would be bad.

Currently, we do grouping on the server (we do everything on the server).  Our data has rows that include a row type.  If the row type is "group", it will only have 1 column attribute populated and that attribute contents will be formatted to look like a title.  The hard parts are that this "group title" should be displayed left-aligned, should not wrap or be truncated (it should span multiple cells if necessary), and should not be affected by reordering the columns.  The column the "group title" is associated with might not be visible.  I tried to attach a screenshot as a sample, but the post fails.

We've played with the render function on the column model and were able to format the "group title", but we're still missing these other requirements.

Do you have any suggestions?  Is what we want possible in pqgrid?

Thanks,
~Sarah

3
Help for ParamQuery Pro / Re: gotToPage for Infinite Scroll?
« on: July 23, 2014, 11:24:57 pm »
Thanks...don't know why we didn't see that before...

4
Thanks, was that in the demos section?  I don't see it there.

5
Help for ParamQuery Pro / gotToPage for Infinite Scroll?
« 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

6
Hello,

I have the infinite scroll demo working, but after installing the pro version it does not.

It looks like their were some changes to the contents of the ui object.

Before the following were defined ui.curPos and ui.finalPos.  Upon page load curPos was 0 and finalPos was 16 (14 rows show).
Now there is ui.initV and ui.finalV, which on page load are 0 and 3000 (the size of the cache is 3000).

Am I missing something?

Thanks,
~Sarah

Pages: [1]