summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Benz <michael.benz@foconis.de>2017-03-14 15:19:35 +0100
committerPekka Hyvönen <pekka@vaadin.com>2017-03-14 16:19:35 +0200
commit7a8396055bfc858689b63ea1f06b9af0253857a4 (patch)
tree2d9fab1f7c6cb95c3fba8479d444a0e6e17d4257
parent1e8ad071350bc32d53f035379973aead50b75209 (diff)
downloadvaadin-framework-7a8396055bfc858689b63ea1f06b9af0253857a4.tar.gz
vaadin-framework-7a8396055bfc858689b63ea1f06b9af0253857a4.zip
components-grid to use correct function setHidable (#8843)
* components-grid to use correct function setHidable The correct function to use in Vaadin 8 (also before) is setHidable() https://vaadin.com/api/8.0.0/com/vaadin/ui/Grid.Column.html#setHidable-boolean- For 7.7.7: https://vaadin.com/api/7.7.7/com/vaadin/ui/Grid.Column.html#setHidable-boolean-
-rw-r--r--documentation/components/components-grid.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc
index 7fd6332dd6..ed66c45d2f 100644
--- a/documentation/components/components-grid.asciidoc
+++ b/documentation/components/components-grid.asciidoc
@@ -310,8 +310,8 @@ the [methodname]#removeColumn()#, as described later.
=== Hiding and Removing Columns
Columns can be hidden by calling [methodname]#setHidden()# in [classname]#Column#.
-Furthermore, you can set the columns user hideable using method
-[methodname]#setHideable()#.
+Furthermore, you can set the columns user hidable using method
+[methodname]#setHidable()#.
Columns can be removed with [methodname]#removeColumn()# and
[methodname]#removeAllColumns()#. To restore a previously removed column,