angular-generic-table icon indicating copy to clipboard operation
angular-generic-table copied to clipboard

Cannot use inlineEdit and render on same field.

Open jjguitars opened this issue 4 years ago • 0 comments

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.

jjguitars avatar May 11 '21 23:05 jjguitars