Sam Osheroff

Results 4 comments of Sam Osheroff

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,...