Hey Jen, Can you give me an example of this method's usage - how can I use this with datasource for this filtering?
- (void) reloadFromQuery On Wednesday, March 12, 2014 2:11:42 AM UTC+8, Jens Alfke wrote: > > > On Mar 11, 2014, at 9:12 AM, archit agarwal <[email protected]<javascript:>> > wrote: > > So I have to manually filter it & store it in an array which I can further > to use to display in a table? > > > Basically, yes. You can copy CBLUITableSource.m into your project and > modify the -reloadFromQuery method to remove unwanted items from _rows > after it assigns to it. (I can add a delegate method to do that, but it’s a > bit too late to get it into beta 3.) > > —Jens > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/f63a9012-879c-4826-b42c-fcf265ced889%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
