Skip to content

Commit

Permalink
docs: fix typo on tables.md (#5681)
Browse files Browse the repository at this point in the history
fix typo on "Creating a Table Instance" section on https://tanstack.com/table/latest/docs/guide/tables
  • Loading branch information
dalalRohit authored Aug 3, 2024
1 parent dd210f9 commit a669e39
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 @@ -18,7 +18,7 @@ To create a table instance, 3 `options` are required: `columns`, `data`, and a `

#### Defining Data

Define your data as an array of objects with a stable reference. `data` can come from anywhere like an API response or defined statically in your code, but it must have a stable reference to prevent infinite re-renders. If using TypeScript, the the type that you give your data will be used as a `TData` generic. See the [Data Guide](../data) for more info.
Define your data as an array of objects with a stable reference. `data` can come from anywhere like an API response or defined statically in your code, but it must have a stable reference to prevent infinite re-renders. If using TypeScript, the type that you give your data will be used as a `TData` generic. See the [Data Guide](../data) for more info.

#### Defining Columns

Expand Down

0 comments on commit a669e39

Please sign in to comment.