Skip to content

Commit

Permalink
docs: Update tables.md (#5381)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexBorisoff committed Mar 4, 2024
1 parent 3ae90fb commit 7789066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ For example, you can find the core table instance API docs here: [Table API](../

### Table Row Models

There is a special set of table instance APIs for reading rows out of the table instance called row models. TanStack Table has advanced features where the rows that are generated may be very different than the the array of `data` that you originally passed in. To learn more about the different row models that you can pass in as a table option, see the [Row Models Guide](./guide/row-models).
There is a special set of table instance APIs for reading rows out of the table instance called row models. TanStack Table has advanced features where the rows that are generated may be very different than the array of `data` that you originally passed in. To learn more about the different row models that you can pass in as a table option, see the [Row Models Guide](./guide/row-models).

0 comments on commit 7789066

Please sign in to comment.