Not so bad actually - I got a hot date out of it.... Peter Sorenson Quizzicle LLC _____ From: tacoman_cool [mailto:ian@...] Sent: Tuesday,...
peter
peters@...
Nov 4, 2008 3:59 pm
88
I've a Taffy collection where each row contains 2 fields (see snippet below). Now I want to retrieve the unique values of the "optgroup" field, so the...
I've a Taffy collection where each item contains 10 fields. Is it possible to perform a query and retrieve only the fields I'm interested in? (e.q. only field1...
Not really. It doesn't fit the style of TaffyDB and, in most cases, wouldn't be needed. Unless you have a function or library that automatically prints/uses ...
It's very common to do a "select col1, col2 from table" and as such I consider my (normalized) Taffy collection. The collection has several widgets as...
Right, that is true for a normal database. But in JavaScript you are just caring along references to the original objects rather than the objects themselves....
It very much would. The reason it hasn't to date is to save space in the .js file and to focus on the API more on the things people have been asking for....
I'm retrieving JSON content from various web services that I'm collecting into a Taffy. Sometimes, parsing of the JSON string fails due to: - line breaks -...
I don't personally have know of one. I know there are various "isJson" functions out there that may meet your needs. Can you post a short example of a JSON...
I'm retrieving the JSON payload of various keywords on: http://spy.appspot.com Here's a sample (retrieved via a server proxy that performs a POST): ...
Yeah, it is tough to tell. I just copied the JSON from the URL and tried to put it in a .js file as JavaScript and couldn't get it to work. It is a huge JSON...
Hey Bruce, I think there is a bug with this. I was noticing a problem with two column sorting yesterday, just haven't had a chance to track it down and fix it...
... Actually, a function to get only unique values out of a TAFFY would have been convenient for my mini-catalogue app too, but gatherUniques(array) is also...
Nope. The project isn't dead. I'm working on a new release to fix the sorting bug (sorting with one column works, sorting with more than 1 is unpredictable....
None of what you posted is relevant. You didn't even TRY to duplicate the problem. The problem is with dynamic, click-to-sort column heads. None of your...
Ok, hold your horses. What error are you talking about? TaffyDB is a data wrapper and doesn't have any official click-to-sort functionality. You'd need to add...
Yes, the fact that the grid tutorial cannot perform multi-column sorting is the problem we are talking about. I described that I had tried to extend the...
Ahh, I got you. I thought you had a problem within TaffyDB itself. That is what I was trying to duplicate as I had a similar problem to what I understood...
Just make any other column sortable; and have it actually work. For example change this: { name: "food", display: "Fruit", sortable: true}, "water", "fiber", ...
Can you have multiple collections work together? Like have a collection be a work as a table? I'm trying to set up a comic cms with one collection for...
You may need to give us a little more detail, but in short you can have more than one collection and they can work together. You need to code it out in your...