diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ui/grid/DropMode.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ui/grid/DropMode.java b/shared/src/main/java/com/vaadin/shared/ui/grid/DropMode.java index 1dbafbcbc0..927cbb7516 100644 --- a/shared/src/main/java/com/vaadin/shared/ui/grid/DropMode.java +++ b/shared/src/main/java/com/vaadin/shared/ui/grid/DropMode.java @@ -55,6 +55,9 @@ public enum DropMode { * event will not contain any target row information. This is the drop * target used when the grid is completely empty. It can also be configured * to be used automatically when the user has sorted the grid. + * <p> + * When this mode is used, it also recommended to automatically scroll the + * dropped data (new rows) to be visible for the user. * * @since 8.2 */ |