A player that includes a nice bit of table style from Matt Norton. It also includes a custom component to put graphics in a given column of your table. WARNING the class customColumn extends React.Component { mechanism isn't supported on IE. My demo didn't need to support IE, if you need to then you'd modify that component to be something more like:
var copyComponent = function() { return React.createElement('span', { className: "glyphicon glyph-lg glyphicon glyphicon-home", style: { color: 'blue' } }); }; manywho.component.register('copy-component', copyComponent);