Browse Source

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
tags/8.7.0.alpha1
DiegoSanzVi 5 years ago
parent
commit
c9bd9a7ddb
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      documentation/components/components-twincolselect.asciidoc

+ 5
- 0
documentation/components/components-twincolselect.asciidoc View File

@@ -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">>.

Loading…
Cancel
Save