Your search did not match any results.

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.

Backend API