Skip to main content
This package is currently under development and is not intended for production use. Please review current limitations before using it.
Prerequisites:
  • Tailwind CSS v4 or higher
  • Laravel v12 or higher
  • Inertia.js v2.1 or higher using react
1

Install the composer package

composer require eklundlabs/inertiajs-datatables:dev-main
2

Install the NPM package

npm install vendor/eklundlabs/inertiajs-datatables/react
3

Register package paths with Tailwind

Add the package paths using the @source directive in your app.css file:
@source '../../vendor/eklundlabs/inertiajs-datatables/react/**/*.{ts,tsx}';