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
the datagrid sends only the flat data with fields filter to the API.
On a restful API you need to send all Data on PUT.
To avoid loading all data the Datagrid should just send a PATCH request with the changed field
{
"id": "1",
"changedFieldName": "newValue"
}
The text was updated successfully, but these errors were encountered:
the datagrid sends only the flat data with fields filter to the API.
On a restful API you need to send all Data on PUT.
To avoid loading all data the Datagrid should just send a PATCH request with the changed field
The text was updated successfully, but these errors were encountered: