Giter VIP home page Giter VIP logo

Comments (6)

VadimDez avatar VadimDez commented on June 4, 2024

Hi, @timteka, that would be something like this

<ul>
  <li *ngIf="let user of [{'surname':'reeves', 'firstname':'keanu'}] | filterBy: {firstname: 'name'}">{{ user.firstname }}</li>
</ul>

Also you can find it here
https://github.com/VadimDez/ng2-filter-pipe/blob/master/src/app/ng2-filter-pipe.component.html#L50

from ngx-filter-pipe.

timteka avatar timteka commented on June 4, 2024

I've tried it already, still no success:

ORIGINAL EXCEPTION: TypeError: Cannot read property 'filter' of undefined
ORIGINAL STACKTRACE:
TypeError: Cannot read property 'filter' of undefined
    at t.transform (http://10.10.10.10:3000/node_modules/ng2-filter-pipe/ng2-filter.pipe.min.js:1:1319)

from ngx-filter-pipe.

timteka avatar timteka commented on June 4, 2024

Angular 2 rc5.
Seems like it is my mistake. i didn't mention that i operate with array of objects. Here's the code fragment:

<div class="row user" *ngFor="let pbxuser of pbxusers | filterBy: [array with 'ext' = '0105']">

                    <div class="col-md-5 col-sm-5">{{pbxuser.dept}}</div>
                    <div class="col-md-6 col-sm-6">{{pbxuser.fio}}</div>
                    <div class="col-md-1 col-sm-1">{{pbxuser.ext}}</div>
            </div>

from ngx-filter-pipe.

VadimDez avatar VadimDez commented on June 4, 2024

@timteka, by passing array to FilterBy you want to filter them something like inArray ? Did i get you right?

from ngx-filter-pipe.

timteka avatar timteka commented on June 4, 2024

Sorry for bothering you, Vadim, need some time to learn more Angular :-) Seems like i'm passing empty Array initially to your filter (getting data later via http.get service).

from ngx-filter-pipe.

timteka avatar timteka commented on June 4, 2024

Vadim, thanks a lot! It's working now! I've inited the [pbxusers] array and not your filter is definitely filtering! 👍

from ngx-filter-pipe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.