supportsFiltering property

bool get supportsFiltering
inherited

Whether the widget supports searching the data set.

When false, no search box is shown.

Implementation

bool get supportsFiltering => options is Filterable;