I pulled the example repo to codesandbox.io and trying to trigger dataSourceChanged
event pushing ui buttons like "Update", "Add" and logging the state
variable to the console (lines 41-42 of App.tsx):
function dataSourceChanged(state: any) {
console.log(state); //should log to the console
any idea why it's not firing when im pushing new rows to the grid or updating existing ones? Thanx