filterValue.toLowerCase() is not a function
Hi all,
I'm using
@shadcn/ui
's Table component, and I'm getting the error filterValue.toLowerCase() is not a function
. I'm not entirely sure where the issue is coming from, as one filter works but this specific one doesn't.
I'm filtering two different columns, brand
and zone
. Both are string values, but only brand
works.
Any ideas on what could be going on?
1 Reply
genetic-orangeOP•2y ago
if it helps

