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
I am facing an error while deleting a row from my model (antivirus) like
this.get('table').removeRow(row);
and throws me following error
The result of a server query (for all antivirus types) is immutable. To modify contents, use toArray()
Any idea how to solve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Were you able to fix above one? If no try to add toArray() to the model on the route (i.e. where you originally pass in the model to the simple-table component).
Hi.
I am facing an error while deleting a row from my model (antivirus) like
this.get('table').removeRow(row);
and throws me following error
The result of a server query (for all antivirus types) is immutable. To modify contents, use toArray()
Any idea how to solve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: