Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

160
Views
How to apply Filter using check box in webpage using angular JS

I have added a check box in the web page which will filter all the removed device when it is checked and it will show all the devices including removed one when it is unchecked . Below is my code for that ;

  customFilter(filterName)
    {
        this.tableRef.filter(this.isRemoveFilter? '': filterName, 'status', 'equals')

     this.isRemoveFilter=!this.isRemoveFilter;

    }


<input type="checkbox" id="myCheck" (click) = "customFilter('removed')" />
        <label for="myCheck">Show removed?</label>

But I want to modify my code as when the check box is unchecked then it should not show removed devices

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!