Hi Sander,

Thank you for your suggestion.  I tried this, but the table refused to
display at all once I substituted null defaults:

                filter: {
                    Column01: null,
                    Column02: null,
                    Column03: null,
                }

I have a plunk (link below), but it refuses to render the table at all;
it's probably user error on my part since I'm not used to building plunks.
I wound up removing it from the SO question because I noticed that people
kept clicking that broken plunk instead of going to the demo webapp which
works.

http://run.plnkr.co/FYxYMsXpgViwDGSQ/

Other thoughts?
\mike


On Sun, Mar 16, 2014 at 6:29 AM, Sander Elias <[email protected]> wrote:

> Hi David,
>
> I browsed over your code. You should really build a plunk for these
> questions, that makes it a lot easier to help you.
> what struct my eye was this:
>
>  filter: {
>                     Column01: "",
>                     Column02: "",
>                     Column03: "",
>                 }
>
> You are here setting a filter for all columns of your data being empty!,
> did you try replacing "" with null?
>
> Regards
> Sander
>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "AngularJS" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/angular/r50jwoUKsfU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to