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

283
Views
Ag grid external filtering with Tree Data not able to remove parent after filtering

We are using ag-grid version 25.0.1 We are having tree data such as

[
    {
      path: ['Ten'],
    },
    {
      path: ['Ten', 'Twenty'],
    },
    {
      path: ['Ten', 'Twenty', 'Thirty'],
    },
    {
      path: ['Ten', 'Twenty', 'Thirty', 'Fourty'],
    },
    {
      path: ['One'],
    },
    {
      path: ['One', 'Two'],
    },
    {
      path: ['One', 'Two', 'Three'],
    },
  ]

on applying an external filter with a value of Thirty https://www.ag-grid.com/javascript-data-grid/filter-external/. We are getting the result along with its parents as

[
    {
      path: ['Ten'],
    },
    {
      path: ['Ten', 'Twenty'],
    },
    {
      path: ['Ten', 'Twenty', 'Thirty'],
    }
]

Is there any way where we can exclude the parents on filter in Tree data and only filter the exact row that is satisfies the condition without getting any filler Groups in ag-grid ?? i.e

[
    {
      path: ['Ten', 'Twenty', 'Thirty'],
    }
]
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!