react-native-table-component
react-native-table-component copied to clipboard
🌱Build table for react native
× TypeError: Cannot read property 'style' of undefined Module.D:\OnGoing Projects\FinanceReactNativeDesign\node_modules\react-native-table-component\components\cell.js D:/OnGoing Projects/FinanceReactNativeDesign/node_modules/react-native-table-component/components/cell.js:6 
I've updated my library and i tried to use borderStyle property but it's giving me this error on Android! Error while updating property 'borderStyle' of a view managed by: RCTView...
I need to apply backgound color in only firt column of every row. > { state.tableData.map((rowData, index) => ( > ` key={index} > data={rowData} > widthArr={state.widthArr} > style={this.checkColors(index)} > textStyle={styles.text}...
# How can we auto adjust the width of cells ?  When I enable the horizontal in Scroll View the tables becomes like this but without that it looks...
It looks like a good component, but I'm worried about the PRs that haven't been merged and a lack of regular releases.
Adding a partial around data prop in Cell.js file. I have not found a breaking change. This provides the data props with some type of structure so the widthArr prop...
How to set bottomBorder in ? Not working: `` @Gil2015
I am using Table and fetching data with an API. fetching data doesn't take too much time but when I set the data to a state and display it in...
问题描述: column每列的宽度都是一样的,不能修改的吗