dohooo / react-native-table-component

🌱Build table for react native
MIT License
730 stars 188 forks source link

How to find first column of a row. #129

Open nraju-nyros opened 4 years ago

nraju-nyros commented 4 years ago

I need to apply backgound color in only firt column of every row.

{ state.tableData.map((rowData, index) => ( <Row key={index} data={rowData} widthArr={state.widthArr} style={this.checkColors(index)} textStyle={styles.text} /> )) }

pardeepwd commented 2 years ago

Do we have any solutions yet ?