Skip to content

Commit 83490a1

Browse files
chore(grid): re-add width requirement for virtual columns, I killed it while rebasing
1 parent ad49f3b commit 83490a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/grid/columns/virtual.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To enable Virtualized Columns:
3131
* This will enable horizontal scrollbar which is required. You can read more about the scrolling behavior of the grid in the [Grid Column Width Behavior]({%slug grid-columns-width%}) article.
3232
1. Set the `RowHeight` so that the content of all cells fits in the row. For more information see the [Notes](#notes) section.
3333
1. Set the `Height` of the Grid in `px`. For more information see the [Notes](#notes) section.
34+
1. Set the `Width` parameter of the Grid in `px`.
3435

3536

3637

0 commit comments

Comments
 (0)