dohooo / react-native-table-component

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

Dynamic data in table #72

Closed BenjErgizerBunny closed 5 years ago

BenjErgizerBunny commented 5 years ago

How would you render dynamic data you get from an external API and therefore changes frequently to render in the table? In all the examples I see its hardcoded. I've tried creating an array of objects and passing that into the Row components data prop but it doesn't accept it in that format.

Gil2015 commented 5 years ago

Are you just changing a value in an object, rather than assigning it to the whole object?

iamir4g commented 5 years ago

can you get example ??