- | - {column.render("Header")} - - {column.isSorted - ? column.isSortedDesc - ? " 🔽" - : " 🔼" - : ""} - - | - ))} + return ( +
|---|
| + {column.render('Header')} + + {column.isSorted + ? column.isSortedDesc + ? ' 🔽' + : ' 🔼' + : ''} + + | + ))} +
|---|
| + props.props.history.push( + cell.row.original.family_id + ? `/${cell.row.original.userType}/${cell.row.original.family_id}` + : `/${cell.row.original.userType}/${cell.row.original.neighbor_id}` + ) + } + {...cell.getCellProps()} + > + {cell.render('Cell')} + | + ) + })}
| props.props.history.push(`/${cell.row.original.userType}/${cell.row.original.id}`)}{...cell.getCellProps()}>{cell.render('Cell')} | - ) - })} -
{trimmedName}
+{user}
+