Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ The following example demonstrates how to enable the lazy load grouping with vir
* Row and Cell Spanning
* Programmatic selection is not supported in lazy load grouping.
* Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state.
* Clipboard is not support when the groups are in collapsed state.
* Clipboard is not support when the groups are in collapsed state.
* In lazy load grouping, checkbox selection is limited to rows currently visible in the viewport. Range selection using (Shift + Click) and header checkbox selection are not supported due to row index mismatches from dynamically loaded data.
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ The following example demonstrates how to enable the lazy load grouping with vir
* Row and Cell Spanning
* Programmatic selection is not supported in lazy load grouping.
* Drag selection, Cell selection (box and flow), Row Selection is not working in collapsed state.
* Clipboard is not support when the groups are in collapsed state.
* Clipboard is not support when the groups are in collapsed state.
* When using lazy load grouping, checkbox selection is restricted to rows visible within the viewport. Features like range selection via (Shift + Click) and header checkbox selection are not supported, as dynamically loaded data can cause row index mismatches.