Adding a component inside a table rows using vaadin 7 designer

hi, i’m currently working on a project using vaadin on eclipse neon 3 and wildfly 10 server.
i wonder if i can add a component such as checkbox or radiobutton inside a table row using vaadin 7 designer?
if it is possible, how do i do it? thanks in advance :slight_smile:

Designer 1.x does not have access to the underlying data model of the Table, hence this is not supported in Designer.

What you can do for visualization is to use Content property to set mock data for Table or Grid in Designer. Note, these will be overriden by application. Also it is advisable to use these only for demos in order to avoid extra package in production appliction itself. (see also release notes for 1.1 https://vaadin.com/designer/release-notes )