react-datatable
Quickstart

Installation

Choose the setup that matches your app. Every path installs the same owned source into your repository and keeps data fetching provider-free by default.

Use the installer when you have a license token:

pnpm dlx @react-datatable/cli install --token <license-token>
npx @react-datatable/cli install --token <license-token>
yarn dlx @react-datatable/cli install --token <license-token>
bunx @react-datatable/cli install --token <license-token>

The installer validates the token, copies the table source, installs the core runtime dependencies, and adds a Tailwind @source directive when it can safely detect a Tailwind CSS entry file.

For custom stacks, use Manual. For a first table after installation, continue to Getting started.