Open manavo2h opened 1 year ago
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?
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?