We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041cee4 commit e233a79Copy full SHA for e233a79
docs/start/commands.md
@@ -1,16 +1,16 @@
1
---
2
title: Commands
3
-weight: 6
+weight: 5
4
5
6
## Generating Datatable Components
7
8
To generate a new datatable component you can use the `make:datatable` command:
9
10
-Create a new datatable component called `UserTable` in `App\Livewire` that uses the `App\Models\User` model.
+Create a new datatable component called `UsersTable` in `App\Livewire` that uses the `App\Models\User` model.
11
12
```bash
13
-php artisan make:datatable UserTable User
+php artisan make:datatable UsersTable User
14
```
15
16
### Custom Model Path
docs/start/rendering.md
@@ -1,6 +1,6 @@
title: Rendering
-weight: 5
+weight: 6
## Rendering Components
0 commit comments