ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-employees
useEmployeeFilters
Function useEmployeeFilters
useEmployeeFilters
()
:
{
filteredEmployees
:
Employee
[]
;
filters
:
{
search
:
string
;
department
:
string
;
status
:
string
;
contractType
:
string
;
}
;
updateFilter
:
(
key
:
string
,
value
:
string
)
=>
void
;
clearFilters
:
()
=>
void
;
isLoading
:
boolean
;
}
Returns
{
filteredEmployees
:
Employee
[]
;
filters
:
{
search
:
string
;
department
:
string
;
status
:
string
;
contractType
:
string
;
}
;
updateFilter
:
(
key
:
string
,
value
:
string
)
=>
void
;
clearFilters
:
()
=>
void
;
isLoading
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...