Skip to content

Instantly share code, notes, and snippets.

@zechdc
zechdc / DataTable.tsx
Created June 21, 2024 16:43 — forked from joshkay/DataTable.tsx
TanStack cell selection
"use client";
import {
type ColumnDef,
flexRender,
getCoreRowModel,
useReactTable,
getPaginationRowModel,
getSortedRowModel,
getFilteredRowModel,
@zechdc
zechdc / 0_reuse_code.js
Created September 22, 2016 03:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console