The attribute declaration and naming changes in jsx.
HTML :
<table style="border-collapse : collapse" > </table>
JSX:
<table style={{ borderCollapse : "collapse" }} > </table>
The attribute declaration and naming changes in jsx. HTML : <table style="border-collapse : collapse" > </table> JS...
No comments:
Post a Comment