Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 897 Bytes

File metadata and controls

38 lines (22 loc) · 897 Bytes

react-bs-datatable / components/Filter

Module: components/Filter

Table of contents

Interfaces

Functions

Functions

Filter

Filter(__namedParameters): null | Element

Renders a control for the text filtering. This component is only rendered when at least one of the headers have isFilterable prop. Otherwise, this component will return null.

Parameters

Name Type
__namedParameters FilterProps

Returns

null | Element

Defined in

components/Filter.tsx:55