react-native-table-component
react-native-table-component copied to clipboard
borders not working
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
Just set borderWidth to 1 and it will work.
borderRadius also not working... Anyone tried?
how to set borderbottom only for each row?
Use borderStyle instead of style
When I use borderStyle on component <Cell /> then always left and bottom border goes missing.