Skip to content

Commit ff39428

Browse files
authoredDec 28, 2023
docs: update virtual rows example (#5237)
* update virtualized rows example * update lock file * fix virtual tbody
1 parent 51a6fd7 commit ff39428

File tree

45 files changed

+595
-341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+595
-341
lines changed
 

‎docs/config.json

+4
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
{
113113
"label": "Row Selection",
114114
"to": "guide/row-selection"
115+
},
116+
{
117+
"label": "Virtualization",
118+
"to": "guide/virtualization"
115119
}
116120
]
117121
},

‎docs/guide/virtualization.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ title: Virtualization
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [virtualized-rows](../examples/react/virtualized-rows)
9+
- [virtualized-rows (dynamic row height)](../examples/react/virtualized-rows)
10+
- [virtualized-rows (fixed row height)](../../../../virtual/v3/docs/examples/react/table)
1011
- [virtualized-infinite-scrolling](../examples/react/virtualized-infinite-scrolling)
1112

1213
## API

0 commit comments

Comments
 (0)
Please sign in to comment.