Add support for a mode="range" option in the List Filter component to enable date range filtering with two date inputs (from/to).
Currently, the List Filter component supports modes like "all", "some", and "one" for checkbox-based filtering. There's no built-in way to filter by date ranges, which is a common requirement for filtering data by creation dates, modification dates, etc.
Add support for a
mode="range"option in the List Filter component to enable date range filtering with two date inputs (from/to).Currently, the List Filter component supports modes like
"all","some", and"one"for checkbox-based filtering. There's no built-in way to filter by date ranges, which is a common requirement for filtering data by creation dates, modification dates, etc.