how to add data dynamically ,which is given by user in text field components ,to a table with out using container.
Please do not write duplicate posts.
A Table always has a Container - an IndexedContainer if you don’t set another one. You need to add data to the container.
If you don’t want to deal directly with the container, use addContainerProperty(…) and addItem(Object cells, Object itemId) - look them up in javadoc or the
Book of Vaadin
.