You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using wire elements modal, I edit the username and name and after updating I emit the 'pg:eventRefresh-default' event.
The username is refreshed while the name is not refreshed. I have to refresh the browser to see the updated name.
Is this a bug or am I doing something wrong (which might be the case most probably).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have defined 2 columns, username is not editable and the name is editable (editOnClick), like so...
Column::make('USERNAME', 'username') ->sortable() ->searchable() ->makeInputText(), Column::make('NAME', 'name') ->sortable() ->searchable() ->makeInputText() ->editOnClick(true),
Using wire elements modal, I edit the username and name and after updating I emit the 'pg:eventRefresh-default' event.
The username is refreshed while the name is not refreshed. I have to refresh the browser to see the updated name.
Is this a bug or am I doing something wrong (which might be the case most probably).
Thanks
Beta Was this translation helpful? Give feedback.
All reactions