Hello everyone, I am using a custom AngularJs controller to make calls to an api, I get the data correctly and I need the Id to be returned when I click on the row, but the function selectItem(selectedItem, $index, $event) returns me undefined. I need to get the Id field of the row. Can someone help me? Thank you!
umb-table selectItem Undefined
Hello everyone, I am using a custom AngularJs controller to make calls to an api, I get the data correctly and I need the Id to be returned when I click on the row, but the function selectItem(selectedItem, $index, $event) returns me undefined. I need to get the Id field of the row. Can someone help me? Thank you!
edit.html:
>
is working on a reply...