I have some requirement in table component. The selection of particular row in a table should expand the selected row that shows additional information of a row. For instance, if the table is showing person details, selecting a row in a table should have expansion capability to render more details of the person (like address, contact info and etc). Can someone guide me on how to achieve this in vaadin table component?