Skip to content

Commit e233a79

Browse files
authored
Docs Only Update (rappasoft#1884)
* Add explanation of setRefreshMethod (rappasoft#1857) * Unlocking Entangled Items (rappasoft#1859) * Unlock properties locked in error --------- Co-authored-by: lrljoe <[email protected]> * Add dispatch on updated filter components (rappasoft#1861) * Add additional dispatch * Add FilterApplied Event * Add Filter Event Dispatch Tests --------- Co-authored-by: lrljoe <[email protected]> * v3.4.8 * Fix superfluous bulk actions tr < (rappasoft#1868) * Default useComputedProperties to False (rappasoft#1869) * Update ChangeLog * Add Action Buttons (rappasoft#1864) * Make ActionButtons An Optional Feature in Beta --------- Co-authored-by: lrljoe <[email protected]> * FixDateRangeFilter (rappasoft#1872) * Adjust Methods - useComputedProperties (rappasoft#1873) * Adjust Methods - useComputedProperties * Adjust ActionTest * Update ChangeLog * AllowDeleteDateRangeFilter (rappasoft#1875) * Fix ChangeLog * Update Docs (rappasoft#1876) * Update ChangeLog - Add Docs Update * Add setIconLeft/setIconRight (rappasoft#1877) * Add setIconLeft/setIconRight * Fix styling * Adjust Test * Adjust ActionTest --------- Co-authored-by: lrljoe <[email protected]> * Adjust ChangeLog * Adjust Action Button Icon Margin (rappasoft#1880) * Adjust Action Button Icon Margin * Adjust ChangeLog * Change Order of "Getting Started" section (rappasoft#1883) * Change Order of "Getting Started" section * Change to "UsersTable" --------- Co-authored-by: lrljoe <[email protected]>
1 parent 041cee4 commit e233a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/start/commands.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Commands
3-
weight: 6
3+
weight: 5
44
---
55

66
## Generating Datatable Components
77

88
To generate a new datatable component you can use the `make:datatable` command:
99

10-
Create a new datatable component called `UserTable` in `App\Livewire` that uses the `App\Models\User` model.
10+
Create a new datatable component called `UsersTable` in `App\Livewire` that uses the `App\Models\User` model.
1111

1212
```bash
13-
php artisan make:datatable UserTable User
13+
php artisan make:datatable UsersTable User
1414
```
1515

1616
### Custom Model Path

docs/start/rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Rendering
3-
weight: 5
3+
weight: 6
44
---
55

66
## Rendering Components

0 commit comments

Comments
 (0)