Skip to content

Instantly share code, notes, and snippets.

View MohitS69's full-sized avatar

Mohit Nishad MohitS69

View GitHub Profile
import { Dispatch, SetStateAction, useEffect, useRef, useState } from "react";
import {
FilterFn,
Header,
createColumnHelper,
flexRender,
getCoreRowModel,
getFilteredRowModel,
getSortedRowModel,
useReactTable,