Skip to main content

Your first datatable

1

Define your datatable

app/Datatables/Users.php
2

Expose the datatable via the Inertia response

app/Http/Controllers/UsersController.php
3

Render it using the DataTable react component

resources/js/pages/users.tsx