Overridden functionality for the ROW component breaking side effects for pagination and search #871
Unanswered
islandnuge
asked this question in
Q&A
Replies: 1 comment
-
Hello!. Unfortunately some of these files are essential for the functioning of the table |
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.
-
I had to override the local implementation of the Row component (
resources/views/vendor/livewire-powergrid/components/row.blade.php
) after publishing the views but this has somehow had an adverse affect on the pagination, filtering and searching functionality.Is there any dependencies on these functions that I need to re-wire in order for these to work? I don't think i've materially changed anything else and my config remained the same before the row edits.
Any suggestions are welcomed!
Beta Was this translation helpful? Give feedback.
All reactions