From d1025719407d9ad3bc9412a5abd7073df8e2b8e7 Mon Sep 17 00:00:00 2001 From: Arash <71556187+backbone-link@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:14:23 -0400 Subject: [PATCH] docs: fixed header to cell typo (#4366) --- docs/api/core/column-def.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/core/column-def.md b/docs/api/core/column-def.md index e6b9a57218..b590480232 100644 --- a/docs/api/core/column-def.md +++ b/docs/api/core/column-def.md @@ -84,7 +84,7 @@ cell?: ((props: { }) => unknown) ``` -The cell to display each row for the column. If a function is passed, it will be passed a props object for the header and should return the rendered header value (the exact type depends on the adapter being used). +The cell to display each row for the column. If a function is passed, it will be passed a props object for the cell and should return the rendered cell value (the exact type depends on the adapter being used). ### `meta`