Skip to content

Shadcn table component with server side sorting, pagination, filtering, and custom views. This is built on top of @sadmann17's shadcn-table.

License

Notifications You must be signed in to change notification settings

nainglinnkhant/shadcn-view-table

Repository files navigation

Shadcn View Table

Shadcn table component with server side sorting, pagination, filtering, and custom views. This is built on top of @sadmann17's shadcn-table.

Screenshot 2024-07-10 at 5 46 33 PM

Tech Stack

  • Next.js
  • TailwindCSS
  • shadcn/ui
  • tanstack/react-table
  • Drizzle ORM
  • Supabase
  • Zod

Running locally

  1. Clone the repository

    git clone https://github.com/nainglinnkhant/shadcn-view-table
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Push the database schema

    pnpm db:push
  5. Start the development server

    pnpm dev

You can read more about setting up your own table here.

About

Shadcn table component with server side sorting, pagination, filtering, and custom views. This is built on top of @sadmann17's shadcn-table.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published