5 Replies
adding a toString() to the end of filterValues fixes the error but it messes us the filtering as the string eg. 10A is split into "1","0","A"
If you want to lowercase the elements in your array, use a map instead
I don't see in your code example where you're calling toLowerCase but you probably want at the end
to lowercase is being called from react table's getRowModel
this doesnt work either... i think its being converted somewhere else