Skip to content

Commit

Permalink
docs: fixed itemCount in the DataTable code example (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored Dec 11, 2023
1 parent 90a19e0 commit 5d76422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ See ``dataViewToggleOptions`` props documentation for all supported props.
}}
isSortable
defaultColumnValues={{ Filter: TextFilter }}
itemCount={7}
itemCount={3}
data={[
{
name: 'Lil Bub',
Expand Down

0 comments on commit 5d76422

Please sign in to comment.