CLOVER Website - v0.3.1
    Preparing search index...
    • A component that provides filters for the student data table. It allows filtering by name and status.

      Parameters

      • param0: StudentFiltersProps

        The props for the StudentFilters component.

        • nameFilter

          The current name filter value.

        • setNameFilter

          The function to set the name filter value.

        • statusFilter

          The current status filter value.

        • setStatusFilter

          The function to set the status filter value.

      Returns Element

      • The rendered filters component.