You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref='#'onClick={this.props.handleSortByThisColumn.bind(null,Constants.markColumn.MARK_ONE,this.props)}>1st Mark {this.renderLinkArrow(Constants.markColumn.MARK_ONE)}</a>
32
+
</div>
33
+
<divclassName='ColumnHeader__ColumnItem'>
34
+
<ahref='#'onClick={this.props.handleSortByThisColumn.bind(null,Constants.markColumn.MARK_TWO,this.props)}>2st Mark {this.renderLinkArrow(Constants.markColumn.MARK_TWO)}</a>
35
+
</div>
36
+
<divclassName='ColumnHeader__ColumnItem'>
37
+
<ahref='#'onClick={this.props.handleSortByThisColumn.bind(null,Constants.markColumn.MARK_THREE,this.props)}>3st Mark {this.renderLinkArrow(Constants.markColumn.MARK_THREE)}</a>
0 commit comments