Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

How to find first column of a row. #129

Open
nraju-nyros opened this issue Aug 6, 2020 · 1 comment
Open

How to find first column of a row. #129

nraju-nyros opened this issue Aug 6, 2020 · 1 comment

Comments

@nraju-nyros
Copy link

nraju-nyros commented Aug 6, 2020

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
Copy link

Do we have any solutions yet ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants