Questions tagged [vaadin-grid]

Vaadin Grid component for display of tabular data.

The Grid component was added in Vaadin 7.4 as an alternative to the venerable Table component. It has since seen multiple iterations.

Grid (free) documentation:

Grid Pro (commercial) documentation:

Table documentation:

432 questions
0
votes
2 answers

change date format in vaadin-grid

I'm pulling a Date from a database into the vaadin-grid(vaadin-table) with angular2. All I need is MM/DD/YYYY format. The date filters is not working in the vaadin-grid like {{dateOfBirth | date:'dd/mm/yyyy'}}. Thank you! Examples make the most…
Nunna Suma
  • 469
  • 1
  • 11
  • 23
0
votes
2 answers

Vaadin-grid show/hide the columns by click method using angular2

I have a vaadin-grid in my angular2 project with different columns like (column heder: firstname, lastname, age, city, country). I'm trying for the functionality to hide and show a lastname column. whenever i clicked on column header of firsname…
Nunna Suma
  • 469
  • 1
  • 11
  • 23
0
votes
1 answer

vaadin-grid not visible within a paper-header-panel

I am trying to display a table data using vaadin-grid, embedded within a paper-header-panel element. The data is supposed to come from a Rest call. The Rest client used is and I am binding the last-response attribute with the 'items' attribute of…
0
votes
1 answer

How to add context menu option in each rows of a polymer vaadin grid

I am new to polymer. I want to create a vaadin grid with an iron-icon at the end of each row. On clicking this icon, the context menu is shown. As of now I have created a vaadin grid with 5 columns. I want to have a sixth column with no column name…
salsa111
  • 171
  • 1
  • 15
0
votes
1 answer

How can I prevent that the grid becomes smaller than a minimal height?

I use vaadin-grid and want to use row details view when selecting a row. This works as long as the table has a lot of row. Assume you filter some table data and the table gets smaller when you select a row you are not able to see the row details…
Michael
  • 32,527
  • 49
  • 210
  • 370
0
votes
1 answer

Vaadin Grid and LazyQueryContainer

I have linked a Lazy Query Container to Vaadin Grid by following the examples at https://vaadin.com/wiki/-/wiki/Main/Lazy%20Query%20Container/ Those examples require the Query implementations to have a @Override public int size() method. Seems…
turgos
  • 1,464
  • 1
  • 17
  • 28
0
votes
5 answers

Vaadin Grid Row Index

In a vaadin table if we do table.setRowHeaderMode(RowHeaderMode.INDEX); we get a column with the row index. Is it possible to to the same with a vaadin grid?
pbaris
  • 4,525
  • 5
  • 37
  • 61
0
votes
3 answers

Vaadin Grid and Grails Domain Class

Good evening. I'm having a problem displaying Grails domain object information in a Vaadin grid. This is what i have so far: contenedorClientes = new BeanItemContainer(Cliente.class, Grails.get(ClientesService).obtenerClientes()) …
Greg
  • 403
  • 2
  • 6
  • 16
0
votes
1 answer

GWT Polymer Vaadin grid horizontal scrollbar

I'm using https://github.com/vaadin/gwt-polymer-elements Vaadingrid is really good. This time I have a trouble about horizontal scrollbar of vaadingrid. If the width of the content wider than the width of the browser. When using on Macbook(TOUCH…
JackSie
  • 87
  • 2
  • 10
-1
votes
1 answer

Vaadin grid details behaviour

Could you please advice whether is it possible to achieve the following behavior with the Vaadin Grid details: Do not show details row based on grid item content. Do not collaps previously expanded details on another rows (be able to show details…
-1
votes
1 answer

Which ways exist to do the UI in Vaadin for two or more Entitys in the same view?

I have the following excel table printed on paper which represents an attendance list for one month which I should bring online. In first column are all participant names. The others columns will be will be checked if the person was present on the…
Java bee
  • 2,522
  • 1
  • 12
  • 25
-1
votes
2 answers

How to reverse vaadin Grid?

I'm trying to build a simple java application using Spring Boot and Vaadin. I need to add a table on UI like this: https://www.screencast.com/t/1c4xkr4IE It could be extended by periods. Looks like Vaadin Grid element perfectly fits my requirements,…
khris
  • 4,809
  • 21
  • 64
  • 94
1 2 3
28
29