Skip to content

Commit

Permalink
docs: Fix typo in documentation (#5673)
Browse files Browse the repository at this point in the history
Fix a typo in the `columns.md` file.
  • Loading branch information
therealemjy authored Jul 27, 2024
1 parent 92ef946 commit 7bf42dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ There are dozens of Column APIs that you can use to interact with the table stat

### Column Rendering

Don't necessarily use `column` objects to render `headers` or `cells` directly. Instead, use the [`header](../headers) and [`cell`](../cells) objects, as discussed above.
Don't necessarily use `column` objects to render `headers` or `cells` directly. Instead, use the [`header`](../headers) and [`cell`](../cells) objects, as discussed above.

But if you are just rendering a list of columns somewhere else in your UI for something like a column visibility menu or something similar, you can just map over a columns array and render out the UI as you normally would.
But if you are just rendering a list of columns somewhere else in your UI for something like a column visibility menu or something similar, you can just map over a columns array and render out the UI as you normally would.

0 comments on commit 7bf42dd

Please sign in to comment.