Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 816 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 816 Bytes

React Table Filter Search

Some table filter search components with react

Properties

VisibleFilter

Key Value Type
id The ID of this element String
searchField The ID of the search field String
headlines Elements of the headlines Array/Object
datas Elements of the rows and columns Array/Object

DynamicFilter

Key Value Type
id The ID of this element String
searchField The ID of the search field String
headlines Elements of the headlines Array/Object
datas Elements of the rows and columns Array/Object

ModernFilter

Key Value Type
id The ID of this element String
searchField The ID of the search field String
headlines Elements of the headlines Array/Object
datas Elements of the rows and columns Array/Object