Browse Source

Added note in JavaDoc of removeColumn (#11725)

* Added note in JavaDoc of removeColumn

https://github.com/vaadin/framework/issues/11722

* Merge branch 'master' into fix11722

* Merge branch 'master' into fix11722
tags/8.10.0.alpha1
Tatu Lund 4 years ago
parent
commit
9381cf2701
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      server/src/main/java/com/vaadin/ui/Grid.java

+ 3
- 0
server/src/main/java/com/vaadin/ui/Grid.java View File

@@ -3040,6 +3040,9 @@ public class Grid<T> extends AbstractListing<T> implements HasComponents,
/**
* Removes the given column from this {@link Grid}.
*
* Note: If you have Editor with binding in this Grid to this property, you need to remove that
* using removeBinding method provided by Binder.
*
* @param column
* the column to remove
*

Loading…
Cancel
Save