diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-11-15 09:56:27 +0200 |
---|---|---|
committer | Pekka Maanpää <pekkamaa@vaadin.com> | 2017-11-15 09:56:27 +0200 |
commit | 1066d9897be1bdd2d52e46654a5fd7b246d54ab5 (patch) | |
tree | eaff7ad3d6660268ebb63f4953ed2b1683a93144 /shared/pom.xml | |
parent | 2b73e6eb08412e9b37b312421bdda2651095529f (diff) | |
download | vaadin-framework-1066d9897be1bdd2d52e46654a5fd7b246d54ab5.tar.gz vaadin-framework-1066d9897be1bdd2d52e46654a5fd7b246d54ab5.zip |
Add new drop mode ON_GRID for GridDropTarget (#10296)
* Add new drop mode ON_GRID for GridDropTarget
Also adds a way to not accept drops on rows when the user has sorted the grid.
This way the bad UX can be avoided for showing the drop indicator for the wrong place when the grid has been sorted.
This has not been made default behavior to GridDropTarget since it would change behavior compared to 8.1.
Instead if is triggerable via API in GridDropTarget.
* Refactor sorted grid drop logic to server side
* Block setDropMode calls
Blocking setDropMode set values if the grid has been sorted and drop on
sorted rows is not allowed. The value is used once the grid is not sorted
anymore or the drops are allowed on sorted rows.
Diffstat (limited to 'shared/pom.xml')
0 files changed, 0 insertions, 0 deletions