---
title: TableRow
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/data-table/src/lib/table.ts#L319
---

# TableRow

## Summary

Row shape produced by a concrete table.

## Signature

```ts
type TableRow<table> = TableRowFromColumns<TableColumns<table>>;

```