PlutoGridColumnFilterConfig class

Constructors

PlutoGridColumnFilterConfig({List<PlutoFilterType>? filters, PlutoGridResolveDefaultColumnFilter? resolveDefaultColumnFilter, int? debounceMilliseconds})
Set the filter information of the column.
const

Properties

debounceMilliseconds int
no setter
filters List<PlutoFilterType>
no setter
hashCode int
The hash code for this object.
no setteroverride
hasUserFilter bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDefaultColumnFilter(PlutoColumn column) PlutoFilterType
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolver<T>() PlutoFilterType
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant Object other) bool
The equality operator.
override