https://github.com/nixtus/react-flextable
https://github.com/nixtus/react-flextable
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nixtus/react-flextable
- Owner: nixtus
- License: mit
- Created: 2018-12-14T20:33:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T22:35:40.000Z (over 3 years ago)
- Last Synced: 2025-09-19T21:19:10.453Z (10 months ago)
- Language: JavaScript
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Flex Table
[](https://nixtus.com)
[](https://david-dm.org/nixtus/react-flextable)
[](https://david-dm.org/nixtus/react-flextable?type=dev)
[](https://david-dm.org/nixtus/react-flextable?type=peer)
[](https://opensource.org/licenses/MIT)
# Features
* **ES6/ESNext** - Write _ES6_ code and _Babel_ will transpile it to ES5 for backwards compatibility
* **Test** - _Jest_
* **Lint** - Preconfigured _ESlint_ with _Airbnb_ config
* **Minify** - Built code will be not be minified, this allows for easier testability in your application. Make sure to minify your application for best performance.
* **Styled Components** - Built using styled components with flexibility to allow you to customize them to meet your needs. Just pass styles and classes as normal props.
* **React Hooks** - Built using react hooks.
# Components
- `` - Outer table container
- `` - Acts like a row but removes row clickable events and adds header styling by default
- `` - Acts like a row but removes row clickable events
- `` - Table Row container
- `` - Table item container
- `` - Same as 'FlexItem' but is hidden by default until expanded (done so by clicking on any FlexRow item)
# Example
```
ID
Company
fd3gt-1der
Nixtus
Company Details
$copy; Nixtus
```
# License
MIT © Andrew Ninneman
MIT © Nixtus LLC