Daniel Mills
Posts: 0
Joined: Mon Jun 11, 2012 8:59 pm

List extension!

I am paying you for a service that is slamming my monthly bills, and i am using this to make an application. I need a List component that can handle over 50 items. Me and my team spent hours planning this out and the list component limitation just crushed all of our ideas. Can you PLEASE fix this NOW. I need this to be fixed now! In javascript, you only have to change 2 characters in the code. Would that be a hard thing to do, even though im paying you 50/mo

also i made this post even after my first (same topic) because the other one didn't seem to get the point across

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

List extension!

We will try to fix it this week.

You can add more items with this simple JavaScript:
code
Tiggzi('list')&#46;append('<li><a>New item<&#47;a><&#47;li>');
Tiggzi('list')&#46;listview('refresh');
/code
where 'list' is the name of the list.

There is really no need to post multiple times or tell us to fix it NOW. We reply on this forum very quickly and fix things pretty fast. If for some reason you don't like the service, you may always cancel.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

List extension!

We updated the number of items to 99. Does that work? Will be in production as soon as we push the release out.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

List extension!

It's been updated to 99 items.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

List extension!

Hi Max - just to clarify: how would you suggest handling a REST service which returns more than 99 items? Thanks.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

List extension!

If you create the list form a service, then you only need 1 list item. You will map the list to a collection, it will iterate and render all the items in the lit.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

List extension!

That's great Max - thanks very much.

tiggziuser
Posts: 0
Joined: Wed Nov 28, 2012 11:38 pm

List extension!

What do you mean by collection?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

List extension!

JSON collection (array)

tiggziuser
Posts: 0
Joined: Wed Nov 28, 2012 11:38 pm

List extension!

So we have to save the request data locally first then update the list component from the local array to show over 99 records?

Return to “Issues”