Rezi
    Preparing search index...

    Function extractRowKeys

    • Extract row keys from data using getRowKey function.

      Type Parameters

      • T

      Parameters

      • data: readonly T[]

        Row data array

      • getRowKey: (row: T, index: number) => string

        Function to extract key from row

      Returns readonly string[]

      Array of row keys