diff --git a/rjt.js b/rjt.js index a85ea68..db6f0d5 100644 --- a/rjt.js +++ b/rjt.js @@ -195,6 +195,7 @@ var Row = React.createClass({ className: className, key: key, "data-key": key, + "data-th": key, onClick: me.onClickCell }, content ); })