Closed kellegous closed 8 years ago
When searching CSV files that have numeric columns, I get the following error on any search.
Uncaught TypeError: val.toLowerCase is not a function
This fixes that by converting all values to strings before doing a string search.
:abc:
When searching CSV files that have numeric columns, I get the following error on any search.
Uncaught TypeError: val.toLowerCase is not a function
This fixes that by converting all values to strings before doing a string search.