Skip to content

Commit

Permalink
docs: number of ways for accessors mistake in docs (#4725)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitBansal321 authored Mar 26, 2023
1 parent 4c7f7f3 commit 2f60a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/column-defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const defaultColumns = [

Data columns are unique in that they must be configured to extract primitive values for each item in your `data` array.

There are 2 ways to do this:
There are 3 ways to do this:

- If your items are `objects`, use an object-key that corresponds to the value you want to extract.
- If your items are nested `arrays`, use an array index that corresponds to the value you want to extract.
Expand Down

0 comments on commit 2f60a2e

Please sign in to comment.