msupply-foundation / react-native-data-table

154 stars 35 forks source link

Cell data not display in full #25

Open warrence opened 6 years ago

warrence commented 6 years ago

Hi, may I know how to show full data in cell instead of truncated example "This is the..."?

Chris-Petty commented 6 years ago

Off the top of my head, you could put your own Text component in the cell rather than a String. I don't think there is a prop to turn it on/off.