CLOVER Website - v0.3.1
    Preparing search index...
    • A table component that displays student data and allows for filtering and sorting. It fetches data from Supabase and displays it in a paginated format.

      Parameters

      • param0: { classFilter?: "all" | "class"; logs: UserActivityLogItem[] }

        The props for the StudentDataTable component.

        • OptionalclassFilter?: "all" | "class"

          The filter for the class type.

        • logs: UserActivityLogItem[]

          The logs to be displayed in the table.

      Returns Element