EditOnClick Error #665
Unanswered
musumbidenis
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hello, When you add editOnClick in a column it expects the field name to be a property in the component public ?string $name = null;
protected array $rules = [
'name.*' => ['required', 'min:6'],
]; https://livewire-powergrid.com/#/table/cell-actions-buttons?id=validation |
Beta Was this translation helpful? Give feedback.
6 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'm getting the following error when I do an editOnClick function on a row:
Property [$first_name] not found on component: [users]
Anyone with a clue to a possible fix, i'll highly appreciate
Beta Was this translation helpful? Give feedback.
All reactions