DevExtreme v24.2 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Your search did not match any results.

React Tree List - Filter Modes

Filter and search results depend on the filterMode property.

The TreeList supports the following modes:

  • "matchOnly"
    The results include only rows that meet the filter condition.

  • "withAncestors"
    The results include rows that meet the filter condition and their ancestors.

  • "fullBranch"
    The results include rows that meet the filter condition and their ancestors and descendants.

This demo may be temporarily unavailable due to an issue with the UNPKG service we use for resource loading. You can vote on it in the

UNPKG repository

We're working on a fix — sorry for the inconvenience.

Backend API