How can I filter data using date?
hello, so i've been having a hard time on how can I filter data using date,
This is my data looks like
I want to filter data using date, is it possible? I'm following shadcn + tanstacktable tutorial and quite stuck on this problem.
I'm trying to render this FilterByDate.tsx but nothing happens when I try it.
I'm trying to render this FilterByDate.tsx but nothing happens when I try it.

1 Reply
jolly-crimsonOP•16mo ago
this is my stackoverflow question
https://stackoverflow.com/questions/78568573/how-can-i-filter-the-data-using-only-the-month-and-year-using
Stack Overflow
How can I filter the data using only the month and year using?
so I'm trying to learn tanstacktable/v8 and I'm using shadcn's Datatable tutorial on this, but I'm having a little of bit of trouble on how can I render the dates by using <Input type="mont...