A component that provides filters for the student data table. It allows filtering by name and status.
The props for the StudentFilters component.
The current name filter value.
The function to set the name filter value.
The current status filter value.
The function to set the status filter value.
A component that provides filters for the student data table. It allows filtering by name and status.