Return to Snippet

Revision: 69922
at October 10, 2015 06:58 by heathbo


Initial Code
<th style={Object.assign({},this.css.headerCell,{width: "10%"})}>Actions</th>

Initial URL


Initial Description
Adding the width style to a table header that already has a headerCell style attached to it from a Mixin.

Initial Title
React:  Adding multiple styles

Initial Tags


Initial Language
JavaScript