Skip to content

Commit

Permalink
fix: fix pivot-table react component
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jul 12, 2024
1 parent 2177a96 commit 81087cb
Show file tree
Hide file tree
Showing 6 changed files with 2,736 additions and 86 deletions.
8 changes: 4 additions & 4 deletions packages/react-vtable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ const option = {
header: [
{
field: "0",
caption: "name",
title: "name",
},
{
field: "1",
caption: "age",
title: "age",
},
{
field: "2",
caption: "gender",
title: "gender",
},
{
field: "3",
caption: "hobby",
title: "hobby",
},
],
records: new Array(1000).fill(["John", 18, "male", "🏀"]),
Expand Down
Loading

0 comments on commit 81087cb

Please sign in to comment.