dohooo / react-native-table-component

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

borders not working #104

Open antonioreyna opened 4 years ago

antonioreyna commented 4 years ago

if i set

borderStyle={{
              borderWidth: 0.5,
              borderColor: Colors.separator,
            }}

the table does not print the left border and the bottom border of the whole table

MishraUdit commented 4 years ago

Just set borderWidth to 1 and it will work.

Sanan4li commented 4 years ago

borderRadius also not working... Anyone tried?

dwijonarko commented 4 years ago

how to set borderbottom only for each row?

Mathie01 commented 3 years ago

Use borderStyle instead of style

jnagar-healthlucid commented 2 years ago

When I use borderStyle on component then always left and bottom border goes missing.