-
-
- {props.cell.getValue().name}
- {props.cell.getValue().email}
-
- )
- }
- }),
-
- columnHelper.accessor("userCount", {
- header: "User Count",
- }),
-
- columnHelper.accessor("status", {
- header: "Status",
- cell: (props) => {
- switch (props.row.original.status) {
- case "WAITING":
- return