The delete-row api exec call does not appear to be working, or at least it is not being removed from view. I can put any number in for the row id and it doesn't complain. I'm pretty much following the example in the docs. Is this feature working?
const deleteRow = () => {
apiRef.current?.exec("delete-row", {
id: 17,
});
};`