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
- Host: GitHub
- URL: https://github.com/mikeludemann/react-table-filter-search
- Owner: mikeludemann
- License: mit
- Created: 2019-10-28T17:22:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T17:26:15.000Z (over 6 years ago)
- Last Synced: 2025-03-28T02:47:55.085Z (about 1 year ago)
- Topics: react, table-filter, table-search
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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|