> ## Documentation Index
> Fetch the complete documentation index at: https://invoca-5bd45748-mintlify-6c3474a6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List view

> Divergences, open decisions, and undocumented gaps for List view.

See [List view](/invoca-design-system/views/list-view) for the decided part of this page.

## Known issues

| ID                                                                                | Kind          | What                                                                                                 |
| --------------------------------------------------------------------------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
| [**TITAN-GAP-27**](/invoca-design-system/foundations/open-decisions#titan-gap-27) | Open decision | Three pagination implementations, none confirmed — though the page templates draw it inside the grid |
| [**TITAN-GAP-12**](/invoca-design-system/foundations/open-decisions#titan-gap-12) | Open decision | No layout tokens exist, so nothing bounds the table's width on a wide monitor                        |
| [**TITAN-DIV-16**](/invoca-design-system/foundations/divergences#titan-div-16)    | Divergence    | A tabbed list composes its tab bar outside the header, because the header has no slot for it         |
| [**TITAN-DIV-19**](/invoca-design-system/foundations/divergences#titan-div-19)    | Divergence    | Bulk actions belong in a selection bar that code does not provide                                    |
| [**TITAN-DIV-20**](/invoca-design-system/foundations/divergences#titan-div-20)    | Divergence    | A hovered row and a selected row are given the same fill                                             |

**Observed in source and not yet recorded**, so not yet citable: the grid's own footer container has
its top rule removed, which matters because that is where its built-in pagination renders — see
[TITAN-GAP-27](/invoca-design-system/foundations/open-decisions#titan-gap-27). And no product adoption is recorded for
the grid export, so the figures on the [Table](/invoca-design-system/components/data-display/table) page cannot yet
corroborate any usage guidance.

## Gaps in the current rules

* **Whether a list page ever has a `Footer`.** A list has no single commit, so the frame's footer
  rule does not obviously apply, and no published example shows one.
* **Whether the result count is required**, and whether it belongs to the title, the controls, or
  the table.
* **What a row's primary interaction is.** Whether the whole row navigates, or only a link in a
  designated column, is undecided — and the two produce different keyboard behaviour.
* **Nothing bounds column count.** No rule states when a table has too many columns to be a list
  and should become a detail view or a configurable set.
* **Two grid exports ship, and nothing picks one.** `DataGridPro` and `DataGridPremium` are both
  in the package. The guidance story says "use the grid" without saying which, so a list page
  chooses by whichever it saw first.
