diff options
author | DiegoSanzVi <40760222+DiegoSanzVi@users.noreply.github.com> | 2018-12-04 13:56:56 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-11 16:58:38 +0200 |
commit | 82e03dc37ebc5386e82fa02e16c2fbbfe4a4e134 (patch) | |
tree | 017f2c99c1834040068bc079debb9a7c320dcce7 | |
parent | 56c70954b2dc4a95caabc2533f9e683d365e1e15 (diff) | |
download | vaadin-framework-82e03dc37ebc5386e82fa02e16c2fbbfe4a4e134.tar.gz vaadin-framework-82e03dc37ebc5386e82fa02e16c2fbbfe4a4e134.zip |
Descriptive comment for TwinColSelect - no lazy load #11025 (#11350)
* Descriptive comment for TwinColSelect - no lazy load #11025
It documents the issue #11025
https://github.com/vaadin/framework/issues/11025#issuecomment-443506307
-rw-r--r-- | documentation/components/components-twincolselect.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/components/components-twincolselect.asciidoc b/documentation/components/components-twincolselect.asciidoc index 66c2428f16..ac2df4b788 100644 --- a/documentation/components/components-twincolselect.asciidoc +++ b/documentation/components/components-twincolselect.asciidoc @@ -59,6 +59,11 @@ The [methodname]#setRows()# method sets the height of the component by the number of visible items in the selection boxes. Setting the height with [methodname]#setHeight()# to a defined value overrides the rows setting. +[WARNING] +The [classname]#TwinColSelect# does not provide lazy loading mechanism. +Hence it will slow down significantly if used with large itemsets. +The lazy loading feature could be implemented using two single column Grids instead. + Common selection component features are described in <<dummy/../../../framework/components/components-selection#components.selection,"Selection Components">>. |