-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
match is not a function #412
Comments
So im not sure why match function wasn't found but i found a workaround by using ==
|
string.match() is javascript function. you will get that error, when Additionally regex syntax will now allow |
Can I know the function?? |
I am trying to fix by adding if condition |
With this |
another if helped me:
|
data shouldn't contain Before drawing table you need to convert null to ''(empty string).
|
I have the same error, but don't know why. |
item[column.name].match is not a function
Has anybody gotten this error before?
is .match are javascript function?
The text was updated successfully, but these errors were encountered: