Skip to content

Commit

Permalink
Added note in JavaDoc of removeColumn (#11725)
Browse files Browse the repository at this point in the history
* Added note in JavaDoc of removeColumn

#11722

* Merge branch 'master' into fix11722

* Merge branch 'master' into fix11722
  • Loading branch information
TatuLund authored and ZheSun88 committed Oct 3, 2019
1 parent 7d11d85 commit 40cdb22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/java/com/vaadin/ui/Grid.java
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,9 @@ private void addColumn(String identifier, Column<T, ?> column) {
/**
* 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
*
Expand Down

0 comments on commit 40cdb22

Please sign in to comment.