QUI React Table

Cell

API

Name & DescriptionOption(s)Default
The associated Column object for the cell.
Column
Returns the rendering context for cell-based components like cells and aggregated cells.
      () => {
      cell: Cell
      column: Column
      getValue: () => TValue
      row: Row<TData>
      table: Table<TData>
      }
      Returns whether the cell is currently aggregated.
          () => boolean
          Returns whether the cell is currently grouped.
              () => boolean
              Returns whether the cell is currently a placeholder cell.
                  () => boolean
                  Returns the value for the cell, accessed via the associated column's accessor key or accessor function.
                      () => [
                      T,
                      ][T extends any ? 0 : never]
                      The unique ID for the cell across the entire table.
                      string
                      The associated Row object for the cell.
                      Row<TData>
                      Type
                      Column
                      Description
                      The associated Column object for the cell.
                      Type
                      () => {
                      cell: Cell
                      column: Column
                      getValue: () => TValue
                      row: Row<TData>
                      table: Table<TData>
                      }
                      Description
                      Returns the rendering context for cell-based components like cells and aggregated cells.
                          Type
                          () => boolean
                          Description
                          Returns whether the cell is currently aggregated.
                              Type
                              () => boolean
                              Description
                              Returns whether the cell is currently grouped.
                                  Type
                                  () => boolean
                                  Description
                                  Returns whether the cell is currently a placeholder cell.
                                      Type
                                      () => [
                                      T,
                                      ][T extends any ? 0 : never]
                                      Description
                                      Returns the value for the cell, accessed via the associated column's accessor key or accessor function.
                                          Type
                                          string
                                          Description
                                          The unique ID for the cell across the entire table.
                                          Type
                                          Row<TData>
                                          Description
                                          The associated Row object for the cell.