You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-react/treegrid/virtual-scroll.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,12 @@ Expand and Collapse state of any child record will be persisted.
35
35
### Limitations
36
36
37
37
* Row virtual scrolling is not compatible with the following feature
38
-
1. Batch editing
39
-
2. Detail template
40
-
3. Row template
41
-
4. Rowspan
42
-
5. Autofill
38
+
1. Batch editing
39
+
2. Checkbox selection
40
+
3. Detail template
41
+
4. Row template
42
+
5. Rowspan
43
+
6. Autofill
43
44
44
45
* It is necessary to set a static height for the component or its parent container when using row virtualization. The 100% height will work only if the component height is set to 100%, and its parent container has a static height.
45
46
@@ -93,11 +94,12 @@ If column's width is not defined then tree grid will consider its value as `200p
93
94
* Column virtual scrolling is not compatible with the following feature
94
95
1. Colspan
95
96
2. Batch editing
96
-
3. Column with infinite scrolling
97
-
4. Stacked header
98
-
5. Row template
99
-
6. Detail template
100
-
7. Autofill
101
-
8. Column chooser
97
+
3. Checkbox selection
98
+
4. Column with infinite scrolling
99
+
5. Stacked header
100
+
6. Row template
101
+
7. Detail template
102
+
8. Autofill
103
+
9. Column chooser
102
104
103
105
> You can refer to our [`React Tree Grid`](https://www.syncfusion.com/react-ui-components/react-tree-grid) feature tour page for its groundbreaking feature representations. You can also explore our [`React Tree Grid example`](https://ej2.syncfusion.com/react/demos/#/material/treegrid/treegrid-overview) to knows how to present and manipulate data.
0 commit comments