CLOVER Website - v0.3.1
    Preparing search index...
    • SuggestionTable component displays a table of user activity log items and allows the user to view details of a selected suggestion. It fetches suggestion details from the server when a log item is clicked.

      Parameters

      • param0: { logItems: UserActivityLogItem[]; startIndex?: number }

        props for the SuggestionTable component

        • logItems: UserActivityLogItem[]

          array of log items to display in the table

        • OptionalstartIndex?: number

      Returns Element