nainglinnkhant / 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.
https://view-table.nainglinnkhant.com
175 stars 8 forks source link

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

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.