return <td {...cell.getCellProps() as TdHTMLAttributes<HTMLTableCellElement>}
    className={styles.date_cell}
  >
    {value}
  </td>;