Install the composer package
composer require eklundlabs/inertiajs-datatables:dev-main
Install the NPM package
npm install vendor/eklundlabs/inertiajs-datatables/react
Register package paths with Tailwind
@source
app.css
@source '../../vendor/eklundlabs/inertiajs-datatables/react/**/*.{ts,tsx}';