Implement Excel-style stock filtering with Smart Filters and Range support

This commit is contained in:
Christian Vidal Wolf
2026-01-27 19:03:42 +01:00
parent 6541f6655a
commit c4213acb3d
4 changed files with 72 additions and 8 deletions
+1
View File
@@ -23,6 +23,7 @@ export interface FilterState {
sku: string[];
title: string[]; // Added Title filter
week: string[]; // Added Week filter
stock: string[]; // Added Stock filter
}
export interface GrowthMetric {