Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View r0bc4ry's full-sized avatar

Rob Cary r0bc4ry

View GitHub Profile
@r0bc4ry
r0bc4ry / DataTable.tsx
Created September 9, 2021 13:40
Reusable Tables in React
import React, { useState } from "react";
import {
Table,
TableBody,
TableCell,
TableContainer,
TableHead,
TableRow,
} from "@material-ui/core";