+ Table with a filter
+
+
+
+
+ Filter
+
+
+
+
+
+
+
+ Filter:
+
+
+
+ Clear all
+
+
+
+
+
+
+ | Status |
+ Text |
+
+ Action |
+
+
+
+ |
+ Lorem ipsum |
+ 1234567890 |
+ Action |
+
+
+
+ `}
+ />
+ )}
+
+
+
Table with a filter
+
+
+
+
+ {selectedFilter && (
+
+
+ Filter:
+
+ setSelectedFilter(null)}
+ />
+ setSelectedFilter(null)}
+ aria-label="Clear all filters"
+ >
+ Clear all
+
+
+ )}
+
+
+
+
+ | Status |
+ Text |
+ Number |
+ Action |
+
+
+
+ {filteredData.map((u) => (
+
+ |
+
+ |
+ Lorem ipsum |
+ 1234567890 |
+
+ Action
+ |
+
+ ))}
+
+
+