dohooo / react-native-table-component

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

Allow widthArr to be used within Cell.js component by adding pratial #139

Open jmsbrett opened 3 years ago

jmsbrett commented 3 years ago

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 can be passed. This is being used in a single cell render where every cell has a function that is run for input on cell click

See attached cell.zip