https://github.com/dipanshkhandelwal/react-native-simple-table
https://github.com/dipanshkhandelwal/react-native-simple-table
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/react-native-simple-table
- Owner: DipanshKhandelwal
- Created: 2023-11-22T12:10:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T12:23:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T04:58:55.634Z (8 months ago)
- Language: TypeScript
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Simple Table
- Render CSV data as a table
- Pass in `columns`, `data` and `pagination info`
- Render custom cells
- Manage cell styles through props
- Allow editing of cell data, and persist changes### Dataset
- https://pkgstore.datahub.io/core/nyse-other-listings/other-listed_csv/data/9f38660d84fe6ba786a4444b815b3b80/other-listed_csv.csv## Steps to run
> Make sure you have dev environment setup for Android/ iOS development
- `yarn install`
### Android
- `yarn run android`### iOS
- `cd ios && pod install`
- `yarn run iOS`## Demo
https://github.com/DipanshKhandelwal/react-native-simple-table/assets/24923974/ff617db5-e3f8-480f-b864-b484b3642bb5