Sam Osheroff
Sam Osheroff
I'll test for that. Standby.
Problem occurs in 1.12.1 as well.
I see now that this is related to issue #227 (PR #229 ). I think the correct action is to set the _ch object to null so it'll be GC'd...
It occurs to me that since rowData would be an object, transformation could be accomplished within the rowValidation function as well. ``` { rowValidation: (rowData) => { rowData['column1'] = rowData['column1'].replace(/\D/g,...