Skip to content

Commit

Permalink
upgrading to v1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Aug 16, 2024
1 parent d4ae9dd commit 5788a33
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
4 changes: 1 addition & 3 deletions app/Enums/Examples/Ui/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,8 @@ public function with(): array
<!--
You can enable view persistence for the table by setting the `persistent`
and `id` parameters. The `id` parameter is necessary to avoid conflicts
when there is more than one table on the same page.
-->
<x-table :$headers :$rows paginate persistent id="users" />
<x-table :$headers :$rows paginate persistent />
<!--
You can disable the TallStackUI paginator element. When you do that
Expand Down
40 changes: 23 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/livewire/documentation/ui/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function with(): array
@elseif ($mode === 6)
<x-table :$headers :$rows :$sort/>
@elseif ($mode === 7)
<x-table :$headers :$rows paginate persistent id="demo"/>
<x-table :$headers :$rows paginate persistent />
@elseif ($mode === 8)
<x-table :$headers :$rows paginate header="Header Slot" footer="Footer Slot" />
@elseif ($mode === 9)
Expand Down

0 comments on commit 5788a33

Please sign in to comment.