Answers for "table border jsx"

2

css border jsx

const styles = {
        border: '1px solid red', 
   };

// Values must all be in quotes
Posted by: Guest on July-27-2021
0

reactjs add border to the table row

<table style={{"borderWidth":"1px", 'borderColor':"#aaaaaa", 'borderStyle':'solid'}}></table>
Posted by: Guest on May-14-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language