Closed Alex-developer closed 6 years ago
Looks good. Won't it be "safer" to check:
if (typeof changedCallback === 'function')
Instead of
if (changedCallback !== undefined)
Possibly. I always use the second method. I guess if people dont read the docs and pass a string then your method would be safer.
i'll change is when I get a second
Added callback event when any field in the grid is changed