From 2f60a2ebafeb6fa561f1de655e54a44591b74165 Mon Sep 17 00:00:00 2001 From: Mohit Bansal <78220157+MohitBansal321@users.noreply.github.com> Date: Sun, 26 Mar 2023 09:23:30 +0530 Subject: [PATCH] docs: number of ways for accessors mistake in docs (#4725) --- docs/guide/column-defs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/column-defs.md b/docs/guide/column-defs.md index 37c09a2d68..ca06b0832c 100644 --- a/docs/guide/column-defs.md +++ b/docs/guide/column-defs.md @@ -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.