reactjs add border to the table row

Solutions on MaxInterview for reactjs add border to the table row by the best coders in the world

showing results for - "reactjs add border to the table row"
Meriem
16 May 2020
1<table style={{"borderWidth":"1px", 'borderColor':"#aaaaaa", 'borderStyle':'solid'}}></table>