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.

Notifications You must be signed in to change notification settings

umut-firat/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.

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 1.8%
  • CSS 0.7%