You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/guide/tables.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Define your data as an array of objects with a stable reference. `data` can come
22
22
23
23
#### Defining Columns
24
24
25
-
Column definitions are covered in detail in the previous section in the [Column Def Guide](../column-defs). We'll note here, however, that when you define the type of your columns, you should use the same `TData` type that you used for you data.
25
+
Column definitions are covered in detail in the previous section in the [Column Def Guide](../column-defs). We'll note here, however, that when you define the type of your columns, you should use the same `TData` type that you used for your data.
26
26
27
27
```ts
28
28
const columns:ColumnDef<User>[] = [] //Pass User type as the generic TData type
0 commit comments