diff --git a/components/providers/table/data-table-filter-custom.tsx b/components/providers/table/data-table-filter-custom.tsx
index afb0b3f4ef..04e6df67f2 100644
--- a/components/providers/table/data-table-filter-custom.tsx
+++ b/components/providers/table/data-table-filter-custom.tsx
@@ -46,7 +46,9 @@ export const DataTableFilterCustom = ({
startContent={}
onPress={() => setShowFilters(!showFilters)}
>
- {showFilters ? "Hide Filters" : "Show Filters"}
+
+ {showFilters ? "Hide Filters" : "Show Filters"}
+
= ({
}, [groupSelected, allFilterKeys]);
return (
-
+
-
+
-
+
Select All
{allFilterKeys.map((value) => (
-
- {value}
+
+ {_.capitalize(value)}
))}