Multi-condition filter (AND / OR)

Two conditions on ONE column, joined by AND or OR: a salary band (> 80k AND < 150k), age outliers (< 25 OR > 60). Open the funnel and click "+ Add condition", or drive it via api.setFilter({ operator, value, operator2, value2, join }).

A live, editable Svelte 5 data grid example. Open the interactive demo or read the documentation.