Skip to content

Instantly share code, notes, and snippets.

View joshkay's full-sized avatar
🎯
Focusing

Josh Kay joshkay

🎯
Focusing
View GitHub Profile
@joshkay
joshkay / DataTable.tsx
Created May 21, 2024 18:39
TanStack cell selection
"use client";
import {
type ColumnDef,
flexRender,
getCoreRowModel,
useReactTable,
getPaginationRowModel,
getSortedRowModel,
getFilteredRowModel,