when ı manupulation my state list datagrid is not working because I change in lookup data.
if u want to test my problem.
look at my codesandbox and insert new value
logEvent(eventName) {
// here
this.states = this.states.filter((x) => x.ID === 5);
this.events.unshift(eventName);
}