From 5d7642253770dcb86ec4f46e44b378d52f438d52 Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:07:36 +0200 Subject: [PATCH] docs: fixed itemCount in the DataTable code example (#2917) --- src/DataTable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataTable/README.md b/src/DataTable/README.md index e9ccadf6d8..193b3b2b7a 100644 --- a/src/DataTable/README.md +++ b/src/DataTable/README.md @@ -436,7 +436,7 @@ See ``dataViewToggleOptions`` props documentation for all supported props. }} isSortable defaultColumnValues={{ Filter: TextFilter }} - itemCount={7} + itemCount={3} data={[ { name: 'Lil Bub',