Skip to content

Commit

Permalink
fix (#1170)
Browse files Browse the repository at this point in the history
* fix

* fix 2

* merge 4.x

* fix wire:key

---------

Co-authored-by: luanfreitasdev <[email protected]>
  • Loading branch information
racerguy and luanfreitasdev authored Sep 30, 2023
1 parent 199e457 commit d30e78c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/powergrid.js": "/powergrid.js?id=c46809d54778446ab01e4e5b80d9003e",
"/powergrid.js": "/powergrid.js?id=5ee79d44511d7a2292549215ed5665fc",
"/tom-select.css": "/tom-select.css?id=df1e7c79b09161e80f1904c1f992e882",
"/powergrid.css": "/powergrid.css?id=f2c32aef475db76375ad76fb2f0f7d33"
}
2 changes: 1 addition & 1 deletion dist/powergrid.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/views/components/table-base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class="{{ $theme->theadClass }}"
<tbody
class="{{ $theme->tbodyClass }}"
style="{{ $theme->tbodyStyle }}"
wire:key="tableBody-{{ uniqid() }}"
>
{{ $rows }}
</tbody>
Expand Down

0 comments on commit d30e78c

Please sign in to comment.