angular-generic-table
angular-generic-table copied to clipboard
Cannot use inlineEdit and render on same field.
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.