showFilters method
Shows the grid header filter row.
Returns whether the visibility state changed.
Implementation
bool showFilters() {
return _requireAttached(_showFilters).call();
}
Shows the grid header filter row.
Returns whether the visibility state changed.
bool showFilters() {
return _requireAttached(_showFilters).call();
}