An open API service indexing awesome lists of open source software.

https://github.com/mikeludemann/react-table-filter-search

Some table filter search components with react
https://github.com/mikeludemann/react-table-filter-search

react table-filter table-search

Last synced: 17 days ago
JSON representation

Some table filter search components with react

Awesome Lists containing this project

README

          

# 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|