dohooo / react-native-table-component

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

How can change table heading's font color separately ? #149

Closed abdulhaque-ak closed 2 years ago

abdulhaque-ak commented 2 years ago

<Row data={tableHead} widthArr={widthArr} style={styles.header} textStyle={styles.text} /> text: { textAlign: 'center', fontWeight: '100', fontFamily: 'Poppins-Regular', color: 'white' }

Here, textStyle is giving styles to whole texts. How can change color of headings separately ?

dohooo commented 1 year ago

Hey, I had rewrote it in typescript and I'll optimizing it in react-native-reanimated. react-native-reanimated-table 🌴

BTW these problems are solved.