Problem with duplicating the contents of the 'td' element #1323
Unanswered
wojciechkibitlewski
asked this question in
Q&A
Replies: 1 comment
-
What's the content of your view/blade file. Can you confirm theme, laravel version, livewire version please |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I go between paging the results, there is a problem with duplicating the contents of the 'td' element, created as follows:
Column::make('Actions')->label(fn($row, Column $column) => view('clients.table-actions')->withRow($row))->unclickable()
Have any of you encountered this? How to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions