react-native-table-component icon indicating copy to clipboard operation
react-native-table-component copied to clipboard

🌱Build table for react native

Results 45 react-native-table-component issues
Sort by recently updated
recently updated
newest added

× 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 ![image](https://user-images.githubusercontent.com/20210961/118654194-29904000-b79d-11eb-8edc-93e33528fd00.png)

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 ? ![image](https://user-images.githubusercontent.com/23727670/89376942-70311400-d70e-11ea-881c-219be5cc0ef0.png) 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每列的宽度都是一样的,不能修改的吗