Your search did not match any results.

Data Grid - Filtering API

The DataGrid includes the following API you can use to filter data.

Backend API

In this demo, you can use the SelectBox component to filter the grid's dataSource. The "All" item calls the clearFilter() method and the other items call the filter(filterExpr) method.