Skip to content

Commit 23a8e2e

Browse files
authoredDec 27, 2023
docs: update route config for new resizing example (#5229)
* start column sizing guide * add new example to config
1 parent d45b9a9 commit 23a8e2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/config.json

+4
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@
229229
"to": "examples/react/column-sizing",
230230
"label": "Column Sizing"
231231
},
232+
{
233+
"to": "examples/react/column-resizing-performant",
234+
"label": "Performant Column Resizing"
235+
},
232236
{
233237
"to": "examples/react/column-visibility",
234238
"label": "Column Visibility"

0 commit comments

Comments
 (0)
Please sign in to comment.