0.0.8 • Published 7 years ago

react-native-datatable v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

react-native-datatable

A simple data table for react native, working both on Android and iOS.

NPM Version NPM Downloads

Quick Access

  • Installation
  • Preview
  • Usage
  • Properties
  • Contributing

Installation

Install the module with:

npm install react-native-datatable --save

Preview

npm.io

Usage

In your code, simply require/import the module:

import DataTable from 'react-native-datatable';
Top

Properties

PropDescriptionDefault
fieldsField Configurationnull
onSortFunction that executes when the user sorts a columnnull
dataSourcedataSource used to populate the tablenull
containerStyleStyle for container wrapping the entire viewnull
renderHeaderCellCustom render function for the header cellnull
headerStyleAdditional style for the header containernull
headerCellStyleAdditional style for the header cellnull
headerHighlightColorHighlight color for when user taps the headergray
cellStyleAdditional style for a cellnull
Top

Contributing

Feel free to do pull requests if a certain feature you want is missing. We accept all PR's that are enhancements to the project.

Top
0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago