react-native-table-component icon indicating copy to clipboard operation
react-native-table-component copied to clipboard

borders not working

Open antonioreyna opened this issue 6 years ago • 5 comments

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

antonioreyna avatar Nov 14 '19 05:11 antonioreyna

Just set borderWidth to 1 and it will work.

MishraUdit avatar Nov 28 '19 06:11 MishraUdit

borderRadius also not working... Anyone tried?

Sanan4li avatar Mar 24 '20 09:03 Sanan4li

how to set borderbottom only for each row?

dwijonarko avatar Jun 20 '20 06:06 dwijonarko

Use borderStyle instead of style

Mathie01 avatar Sep 02 '21 09:09 Mathie01

When I use borderStyle on component <Cell /> then always left and bottom border goes missing.

jnagar-healthlucid avatar Jun 02 '22 08:06 jnagar-healthlucid