Hey,
I’ve created an instance of HandsOnTable and added ColumnSummary for one of its columns. If the type for the column is specified as ‘numeric’, the following error shows up on page load (PFA).
However, I tried switching the type of the column to ‘text’ and the endpoint setting as forceNumeric: true and it worked but I’m still unable to validate that column using custom validator function (same as the one in the fiddle).
If I try applying the custom validator to the column, the same error pops up.
Furthermore, on replicating this using a fiddle, the issue didn’t occur. (handsontable-pro v6.2.3)
Link to fiddle (describing my requirement) : https://jsfiddle.net/hakstdLb/
Kindly suggest a suitable way to fix this.
Thanks,
Faiz