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 and the iron icon "icons:more-vert" as the column value for all the rows. How to do it? Thanks in advance.