I was having an issue in beforeRemoveRow. So when we filter a column and if the filtred column returns a single row and if I try to remove that row using contextMenu’s “remove_row”. the beforeRemoveRow will return null for the removed row values.
here is the code sandbox link. https://codesandbox.io/s/nostalgic-pine-f2e01
in the console, you can see the data it displays as
id: null
name: null
address: null
please, someone, help me or correct If I’m wrong anywhere.