We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
colParser?: { [key: string]: string | CellParser | ColumnParam; } | undefined
This is the colParser type and if I pass the undefined in colParser it take some times and return me error and does not parse anything.
Can you please tell me how can I pass undefined or skip colParser is not defined in function args?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
colParser?: { [key: string]: string | CellParser | ColumnParam; } | undefined
This is the colParser type and if I pass the undefined in colParser it take some times and return me error and does not parse anything.
Can you please tell me how can I pass undefined or skip colParser is not defined in function args?
The text was updated successfully, but these errors were encountered: