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
Define your datatable
Expose the datatable via the Inertia response
Render it using the DataTable react component