melistik / vaadin-grid-util

simplify the use of vaadin's grid and add features
https://vaadin.com/directory/component/gridutil
MIT License
32 stars 21 forks source link

Edit-Delete button render without text #22

Closed wassimz closed 7 years ago

wassimz commented 8 years ago

Thanks for this great addon.

Is it possible to use the EditDeleteButtonValueRenderer without displaying the text. I want just to display the 2 button without any text display.

Any hints ???

melistik commented 7 years ago

that's the issue with grid and beans. You cannot display a generated column that only displays the buttons. the only hacky solution would be to add an extra property to the object with no value :)