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
If I use inlineEdit and render on the same field, I get an error (safe value must use property binding).
I am wanting to have a select string list with the inlineEdit, but return a numeric value - eg Ok = 1, canceled = 2, etc.
Also when using inlineEdit, is it possible to get the column objectKey as well as the $event. This means I would know which column has been edited and not have to compare the event.value - newValue and oldValue data to determine which field has been altered.
Thank you.
The text was updated successfully, but these errors were encountered:
If I use inlineEdit and render on the same field, I get an error (safe value must use property binding).
I am wanting to have a select string list with the inlineEdit, but return a numeric value - eg Ok = 1, canceled = 2, etc.
Also when using inlineEdit, is it possible to get the column objectKey as well as the $event. This means I would know which column has been edited and not have to compare the event.value - newValue and oldValue data to determine which field has been altered.
Thank you.
The text was updated successfully, but these errors were encountered: