Sometimes, we want to add the colSpan attribute in React.
In this article, we’ll look at how to add the colSpan attribute in React.
How to add the colSpan attribute in React?
To add the colSpan attribute in React, we can add the colSpan
prop.
For instance, we write
<th colSpan={2}>{this.props.category}</th>;
to add the colSpan
prop in a th
element to set the colspan to 2.
Conclusion
To add the colSpan attribute in React, we can add the colSpan
prop.