Skip to content

Commit dbb4424

Browse files
svdimitryordan-mitev
authored andcommitted
Update components/grid/virtual-scrolling.md
Co-authored-by: Yordan <[email protected]>
1 parent 684ba38 commit dbb4424

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/grid/virtual-scrolling.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ The tabs below show how to set the `Height` parameter with the different value o
238238

239239
Set the `RowHeight` parameter to a `decimal` value which will always be interpreted as pixels (`px`). The value of the `RowHeight` must be greater than the height of the cell (or row) that the browser would normally render.
240240

241-
>tip The Grid renders padding in the cells by default. The loading skeletons has a line height in order to render. This results in some minimum row heights, which can vary depending on the theme and custom CSS styles on the page.
241+
Consider the following specifics when setting the row height value:
242+
243+
* The Grid renders padding in the cells by default. The loading skeletons have a line height in order to render. This results in some minimum row heights, which can vary depending on the theme and custom CSS styles on the page.
244+
* Ensure the height of the `td` element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
245+
* Do not change the value of the `RowHeight` parameter at runtime.
242246

243247
>tip Ensure the height of the td element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
244248

0 commit comments

Comments
 (0)