grid-pro.getfilterbyfieldtype
Home > @genesislcap/grid-pro > getFilterByFieldType
getFilterByFieldType() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns a filter type based on the Grid Pro field/column type.
Signature:
export declare function getFilterByFieldType(type: string): string;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
type |
string |
The type of the field/column |
Returns:
string
The ag-grid filter type
Remarks
Currently only returns agTextColumnFilter