12 |
32 | this.props.onOrderByChange(f !== orderByName ? '-' + f : !orderBy.startsWith('-') ? '' : orderByName) }> 54 | 55 | { humanize(f) } 56 | 57 | { f !== orderByName ? null : 58 | {orderBy.startsWith('-') ? "arrow_drop_down" : "arrow_drop_up"}} 59 | | 60 | ))}
---|
66 | { this.formatString(this.renderValue(getField(r,f))) } 67 | | 68 | )) } 69 |