On Mar 11, 2014, at 9:12 AM, archit agarwal <[email protected]> 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/31FFC949-3FB7-4B0B-A9CA-BAAFB75D2BCE%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
