function Row(props) {
  const {
    children, as: Component, className, head, disabled, clickable, dataName, ...other
  } = props;